Shades of Buddha Gold #C49F1E
Tints of Buddha Gold #C49F1E
RGB
CMYK
RGB Variations
Color information
#C49F1E (or 0xC49F1E) is known color: Buddha Gold. HEX triplet: C4, 9F and 1E. RGB value is (196,159,30). Sum of RGB (Red+Green+Blue) = 196+159+30=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F1E is #3B60E1. Grayscale: #9B9B9B. Windows color (decimal): -3891426 or 2006980. OLE color: 2006980.
HSL color Cylindrical-coordinate representation of color #C49F1E: hue angle of 46.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C49F1E is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 30 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.23 |
| HSL | 46.63º | 0.73% | 0.44% | - |
| HSV(B) | 46.63º | 0.85% | 0.77% | - |
| XYZ | 35.4 | 36.63 | 6.43 | - |
| YUV | 155.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 30 | 0 | 0.19 | 0.85 | 0.23 | 46.63 | 0.73 | 0.44 |
| Hex | C4 | 9F | 1E | 0 | 13 | 55 | 17 | 2F | 49 | 2C |
| Octal | 304 | 237 | 36 | 0 | 23 | 125 | 27 | 57 | 111 | 54 |
| Binary | 11000100 | 10011111 | 11110 | 0 | 10011 | 1010101 | 10111 | 101111 | 1001001 | 101100 |
Color Harmonies of #C49F1E
Complementary color
Monochromatic Colors of #C49F1E
Black with #C49F1E
Text Example
Text Example
White with #C49F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F1E; }
p { color: rgb(196,159,30); }
H1.HeaderClassName
{
color: #C49F1E;
}
.AnyTagClassName
{
color: #C49F1E;
}
</style>
background-color css
<style>
a { background-color: #C49F1E; }
a { background-color: rgb(196,159,30); }
div.DivClassName
{
background-color: #C49F1E;
}
.BgClassName
{
background-color: #C49F1E;
}
</style>
border-color css
<style>
span { border-color: #C49F1E; }
span { border-color: rgb(196,159,30); }
td.TdClassName
{
border-color: #C49F1E;
}
.TagClassName
{
border-color: #C49F1E;
}
</style>