#C09C15

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

Shades of Buddha Gold #C09C15

Tints of Buddha Gold #C09C15

Color information

#C09C15 (or 0xC09C15) is unknown color: approx Buddha Gold. HEX triplet: C0, 9C and 15. RGB value is (192,156,21). Sum of RGB (Red+Green+Blue) = 192+156+21=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C15 is #3F63EA. Grayscale: #979797. Windows color (decimal): -4154347 or 1416384. OLE color: 1416384.

HSL color Cylindrical-coordinate representation of color #C09C15: hue angle of 47.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C09C15 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB19215621-
CMYK00.190.890.25
HSL47.37º80.28%41.76%-
HSV(B)47.37º89.06%75.29%-
XYZ33.7635.045.69-
YUV151.3754.43156.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 21 (8.59% from 255) = 5.69%
R=52.03%
G=42.28%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921562100.190.890.2547.3780.2841.76
HexC09C1501359192f502a
Octal30023425023131315712052
Binary1100000010011100101010100111011001110011011111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09C15; }

 p { color: rgb(192,156,21); }

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

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

 a { background-color: rgb(192,156,21); }

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

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

 span { border-color: rgb(192,156,21); }

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