Shades of Buddha Gold #C49E15
Tints of Buddha Gold #C49E15
RGB
CMYK
RGB Variations
Color information
#C49E15 (or 0xC49E15) is known color: Buddha Gold. HEX triplet: C4, 9E and 15. RGB value is (196,158,21). Sum of RGB (Red+Green+Blue) = 196+158+21=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49E15 is #3B61EA. Grayscale: #9A9A9A. Windows color (decimal): -3891691 or 1416900. OLE color: 1416900.
HSL color Cylindrical-coordinate representation of color #C49E15: hue angle of 46.97º degrees, saturation: 0.81, 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 #C49E15 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 21 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.23 |
| HSL | 46.97º | 0.81% | 0.43% | - |
| HSV(B) | 46.97º | 0.89% | 0.77% | - |
| XYZ | 35.13 | 36.24 | 5.85 | - |
| YUV | 153.74 | 53.09 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 21 | 0 | 0.19 | 0.89 | 0.23 | 46.97 | 0.81 | 0.43 |
| Hex | C4 | 9E | 15 | 0 | 13 | 59 | 17 | 2F | 51 | 2B |
| Octal | 304 | 236 | 25 | 0 | 23 | 131 | 27 | 57 | 121 | 53 |
| Binary | 11000100 | 10011110 | 10101 | 0 | 10011 | 1011001 | 10111 | 101111 | 1010001 | 101011 |
Color Harmonies of #C49E15
Complementary color
Monochromatic Colors of #C49E15
Black with #C49E15
Text Example
Text Example
White with #C49E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E15; }
p { color: rgb(196,158,21); }
H1.HeaderClassName
{
color: #C49E15;
}
.AnyTagClassName
{
color: #C49E15;
}
</style>
background-color css
<style>
a { background-color: #C49E15; }
a { background-color: rgb(196,158,21); }
div.DivClassName
{
background-color: #C49E15;
}
.BgClassName
{
background-color: #C49E15;
}
</style>
border-color css
<style>
span { border-color: #C49E15; }
span { border-color: rgb(196,158,21); }
td.TdClassName
{
border-color: #C49E15;
}
.TagClassName
{
border-color: #C49E15;
}
</style>