Shades of Buddha Gold #C49E06
Tints of Buddha Gold #C49E06
RGB
CMYK
RGB Variations
Color information
#C49E06 (or 0xC49E06) is known color: Buddha Gold. HEX triplet: C4, 9E and 06. RGB value is (196,158,6). Sum of RGB (Red+Green+Blue) = 196+158+6=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49E06 is #3B61F9. Grayscale: #989898. Windows color (decimal): -3891706 or 433860. OLE color: 433860.
HSL color Cylindrical-coordinate representation of color #C49E06: hue angle of 48º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C49E06 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.23 |
| HSL | 48º | 0.94% | 0.4% | - |
| HSV(B) | 48º | 0.97% | 0.77% | - |
| XYZ | 35.02 | 36.2 | 5.31 | - |
| YUV | 152.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 6 | 0 | 0.19 | 0.97 | 0.23 | 48 | 0.94 | 0.4 |
| Hex | C4 | 9E | 6 | 0 | 13 | 61 | 17 | 30 | 5E | 28 |
| Octal | 304 | 236 | 6 | 0 | 23 | 141 | 27 | 60 | 136 | 50 |
| Binary | 11000100 | 10011110 | 110 | 0 | 10011 | 1100001 | 10111 | 110000 | 1011110 | 101000 |
Color Harmonies of #C49E06
Complementary color
Monochromatic Colors of #C49E06
Black with #C49E06
Text Example
Text Example
White with #C49E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E06; }
p { color: rgb(196,158,6); }
H1.HeaderClassName
{
color: #C49E06;
}
.AnyTagClassName
{
color: #C49E06;
}
</style>
background-color css
<style>
a { background-color: #C49E06; }
a { background-color: rgb(196,158,6); }
div.DivClassName
{
background-color: #C49E06;
}
.BgClassName
{
background-color: #C49E06;
}
</style>
border-color css
<style>
span { border-color: #C49E06; }
span { border-color: rgb(196,158,6); }
td.TdClassName
{
border-color: #C49E06;
}
.TagClassName
{
border-color: #C49E06;
}
</style>