#C58F15

Color #C58F15 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C58F15

Tints of Buddha Gold #C58F15

Color information

#C58F15 (or 0xC58F15) is unknown color: approx Buddha Gold. HEX triplet: C5, 8F and 15. RGB value is (197,143,21). Sum of RGB (Red+Green+Blue) = 197+143+21=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F15 is #3A70EA. Grayscale: #919191. Windows color (decimal): -3829995 or 1413061. OLE color: 1413061.

HSL color Cylindrical-coordinate representation of color #C58F15: hue angle of 41.59º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C58F15 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB19714321-
CMYK00.270.890.23
HSL41.59º80.73%42.75%-
HSV(B)41.59º89.34%77.25%-
XYZ32.9831.575.06-
YUV145.2457.89164.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 143 (56.25% from 255) = 39.61%
BLUE value IS 21 (8.59% from 255) = 5.82%
R=54.57%
G=39.61%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971432100.270.890.2341.5980.7342.75
HexC58F1501B59172a512b
Octal30521725033131275212153
Binary1100010110001111101010110111011001101111010101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F15; }

 p { color: rgb(197,143,21); }

 H1.HeaderClassName
 {
   color: #C58F15;
 }
 .AnyTagClassName
 {
   color: #C58F15;
 }
</style>
background-color css

<style>
 a { background-color: #C58F15; }

 a { background-color: rgb(197,143,21); }

 div.DivClassName
 {
   background-color: #C58F15;
 }
 .BgClassName
 {
   background-color: #C58F15;
 }
</style>
border-color css

<style>
 span { border-color: #C58F15; }

 span { border-color: rgb(197,143,21); }

 td.TdClassName
 {
   border-color: #C58F15;
 }
 .TagClassName
 {
   border-color: #C58F15;
 }
</style>