Shades of Buddha Gold #C09C18
Tints of Buddha Gold #C09C18
RGB
CMYK
RGB Variations
Color information
#C09C18 (or 0xC09C18) is known color: Buddha Gold. HEX triplet: C0, 9C and 18. RGB value is (192,156,24). Sum of RGB (Red+Green+Blue) = 192+156+24=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C18 is #3F63E7. Grayscale: #989898. Windows color (decimal): -4154344 or 1612992. OLE color: 1612992.
HSL color Cylindrical-coordinate representation of color #C09C18: hue angle of 47.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C09C18 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 24 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.25 |
| HSL | 47.14º | 0.78% | 0.42% | - |
| HSV(B) | 47.14º | 0.88% | 0.75% | - |
| XYZ | 33.79 | 35.05 | 5.85 | - |
| YUV | 151.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 24 | 0 | 0.19 | 0.88 | 0.25 | 47.14 | 0.78 | 0.42 |
| Hex | C0 | 9C | 18 | 0 | 13 | 58 | 19 | 2F | 4E | 2A |
| Octal | 300 | 234 | 30 | 0 | 23 | 130 | 31 | 57 | 116 | 52 |
| Binary | 11000000 | 10011100 | 11000 | 0 | 10011 | 1011000 | 11001 | 101111 | 1001110 | 101010 |
Color Harmonies of #C09C18
Complementary color
Monochromatic Colors of #C09C18
Black with #C09C18
Text Example
Text Example
White with #C09C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C18; }
p { color: rgb(192,156,24); }
H1.HeaderClassName
{
color: #C09C18;
}
.AnyTagClassName
{
color: #C09C18;
}
</style>
background-color css
<style>
a { background-color: #C09C18; }
a { background-color: rgb(192,156,24); }
div.DivClassName
{
background-color: #C09C18;
}
.BgClassName
{
background-color: #C09C18;
}
</style>
border-color css
<style>
span { border-color: #C09C18; }
span { border-color: rgb(192,156,24); }
td.TdClassName
{
border-color: #C09C18;
}
.TagClassName
{
border-color: #C09C18;
}
</style>