Shades of Buddha Gold #C09E06
Tints of Buddha Gold #C09E06
RGB
CMYK
RGB Variations
Color information
#C09E06 (or 0xC09E06) is known color: Buddha Gold. HEX triplet: C0, 9E and 06. RGB value is (192,158,6). Sum of RGB (Red+Green+Blue) = 192+158+6=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E06 is #3F61F9. Grayscale: #979797. Windows color (decimal): -4153850 or 433856. OLE color: 433856.
HSL color Cylindrical-coordinate representation of color #C09E06: hue angle of 49.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C09E06 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.25 |
| HSL | 49.03º | 0.94% | 0.39% | - |
| HSV(B) | 49.03º | 0.97% | 0.75% | - |
| XYZ | 34 | 35.67 | 5.27 | - |
| YUV | 150.84 | 46.26 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 6 | 0 | 0.18 | 0.97 | 0.25 | 49.03 | 0.94 | 0.39 |
| Hex | C0 | 9E | 6 | 0 | 12 | 61 | 19 | 31 | 5E | 27 |
| Octal | 300 | 236 | 6 | 0 | 22 | 141 | 31 | 61 | 136 | 47 |
| Binary | 11000000 | 10011110 | 110 | 0 | 10010 | 1100001 | 11001 | 110001 | 1011110 | 100111 |
Color Harmonies of #C09E06
Complementary color
Monochromatic Colors of #C09E06
Black with #C09E06
Text Example
Text Example
White with #C09E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E06; }
p { color: rgb(192,158,6); }
H1.HeaderClassName
{
color: #C09E06;
}
.AnyTagClassName
{
color: #C09E06;
}
</style>
background-color css
<style>
a { background-color: #C09E06; }
a { background-color: rgb(192,158,6); }
div.DivClassName
{
background-color: #C09E06;
}
.BgClassName
{
background-color: #C09E06;
}
</style>
border-color css
<style>
span { border-color: #C09E06; }
span { border-color: rgb(192,158,6); }
td.TdClassName
{
border-color: #C09E06;
}
.TagClassName
{
border-color: #C09E06;
}
</style>