Shades of Buddha Gold #C49A17
Tints of Buddha Gold #C49A17
RGB
CMYK
RGB Variations
Color information
#C49A17 (or 0xC49A17) is known color: Buddha Gold. HEX triplet: C4, 9A and 17. RGB value is (196,154,23). Sum of RGB (Red+Green+Blue) = 196+154+23=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49A17 is #3B65E8. Grayscale: #989898. Windows color (decimal): -3892713 or 1546948. OLE color: 1546948.
HSL color Cylindrical-coordinate representation of color #C49A17: hue angle of 45.43º 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 #C49A17 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 23 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.23 |
| HSL | 45.43º | 0.79% | 0.43% | - |
| HSV(B) | 45.43º | 0.88% | 0.77% | - |
| XYZ | 34.48 | 34.91 | 5.73 | - |
| YUV | 151.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 23 | 0 | 0.21 | 0.88 | 0.23 | 45.43 | 0.79 | 0.43 |
| Hex | C4 | 9A | 17 | 0 | 15 | 58 | 17 | 2D | 4F | 2B |
| Octal | 304 | 232 | 27 | 0 | 25 | 130 | 27 | 55 | 117 | 53 |
| Binary | 11000100 | 10011010 | 10111 | 0 | 10101 | 1011000 | 10111 | 101101 | 1001111 | 101011 |
Color Harmonies of #C49A17
Complementary color
Monochromatic Colors of #C49A17
Black with #C49A17
Text Example
Text Example
White with #C49A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A17; }
p { color: rgb(196,154,23); }
H1.HeaderClassName
{
color: #C49A17;
}
.AnyTagClassName
{
color: #C49A17;
}
</style>
background-color css
<style>
a { background-color: #C49A17; }
a { background-color: rgb(196,154,23); }
div.DivClassName
{
background-color: #C49A17;
}
.BgClassName
{
background-color: #C49A17;
}
</style>
border-color css
<style>
span { border-color: #C49A17; }
span { border-color: rgb(196,154,23); }
td.TdClassName
{
border-color: #C49A17;
}
.TagClassName
{
border-color: #C49A17;
}
</style>