Shades of Buddha Gold #C49116
Tints of Buddha Gold #C49116
RGB
CMYK
RGB Variations
Color information
#C49116 (or 0xC49116) is known color: Buddha Gold. HEX triplet: C4, 91 and 16. RGB value is (196,145,22). Sum of RGB (Red+Green+Blue) = 196+145+22=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C49116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49116 is #3B6EE9. Grayscale: #929292. Windows color (decimal): -3895018 or 1479108. OLE color: 1479108.
HSL color Cylindrical-coordinate representation of color #C49116: hue angle of 42.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C49116 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 22 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.23 |
| HSL | 42.41º | 0.8% | 0.43% | - |
| HSV(B) | 42.41º | 0.89% | 0.77% | - |
| XYZ | 33.04 | 32.04 | 5.2 | - |
| YUV | 146.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 22 | 0 | 0.26 | 0.89 | 0.23 | 42.41 | 0.8 | 0.43 |
| Hex | C4 | 91 | 16 | 0 | 1A | 59 | 17 | 2A | 50 | 2B |
| Octal | 304 | 221 | 26 | 0 | 32 | 131 | 27 | 52 | 120 | 53 |
| Binary | 11000100 | 10010001 | 10110 | 0 | 11010 | 1011001 | 10111 | 101010 | 1010000 | 101011 |
Color Harmonies of #C49116
Complementary color
Monochromatic Colors of #C49116
Black with #C49116
Text Example
Text Example
White with #C49116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49116; }
p { color: rgb(196,145,22); }
H1.HeaderClassName
{
color: #C49116;
}
.AnyTagClassName
{
color: #C49116;
}
</style>
background-color css
<style>
a { background-color: #C49116; }
a { background-color: rgb(196,145,22); }
div.DivClassName
{
background-color: #C49116;
}
.BgClassName
{
background-color: #C49116;
}
</style>
border-color css
<style>
span { border-color: #C49116; }
span { border-color: rgb(196,145,22); }
td.TdClassName
{
border-color: #C49116;
}
.TagClassName
{
border-color: #C49116;
}
</style>