Shades of Buddha Gold #C49E17
Tints of Buddha Gold #C49E17
RGB
CMYK
RGB Variations
Color information
#C49E17 (or 0xC49E17) is known color: Buddha Gold. HEX triplet: C4, 9E and 17. RGB value is (196,158,23). Sum of RGB (Red+Green+Blue) = 196+158+23=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49E17 is #3B61E8. Grayscale: #9A9A9A. Windows color (decimal): -3891689 or 1547972. OLE color: 1547972.
HSL color Cylindrical-coordinate representation of color #C49E17: hue angle of 46.82º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C49E17 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 23 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.23 |
| HSL | 46.82º | 0.79% | 0.43% | - |
| HSV(B) | 46.82º | 0.88% | 0.77% | - |
| XYZ | 35.15 | 36.25 | 5.96 | - |
| YUV | 153.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 23 | 0 | 0.19 | 0.88 | 0.23 | 46.82 | 0.79 | 0.43 |
| Hex | C4 | 9E | 17 | 0 | 13 | 58 | 17 | 2F | 4F | 2B |
| Octal | 304 | 236 | 27 | 0 | 23 | 130 | 27 | 57 | 117 | 53 |
| Binary | 11000100 | 10011110 | 10111 | 0 | 10011 | 1011000 | 10111 | 101111 | 1001111 | 101011 |
Color Harmonies of #C49E17
Complementary color
Monochromatic Colors of #C49E17
Black with #C49E17
Text Example
Text Example
White with #C49E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E17; }
p { color: rgb(196,158,23); }
H1.HeaderClassName
{
color: #C49E17;
}
.AnyTagClassName
{
color: #C49E17;
}
</style>
background-color css
<style>
a { background-color: #C49E17; }
a { background-color: rgb(196,158,23); }
div.DivClassName
{
background-color: #C49E17;
}
.BgClassName
{
background-color: #C49E17;
}
</style>
border-color css
<style>
span { border-color: #C49E17; }
span { border-color: rgb(196,158,23); }
td.TdClassName
{
border-color: #C49E17;
}
.TagClassName
{
border-color: #C49E17;
}
</style>