Shades of Buddha Gold #C49F0C
Tints of Buddha Gold #C49F0C
RGB
CMYK
RGB Variations
Color information
#C49F0C (or 0xC49F0C) is known color: Buddha Gold. HEX triplet: C4, 9F and 0C. RGB value is (196,159,12). Sum of RGB (Red+Green+Blue) = 196+159+12=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49F0C is #3B60F3. Grayscale: #999999. Windows color (decimal): -3891444 or 827332. OLE color: 827332.
HSL color Cylindrical-coordinate representation of color #C49F0C: hue angle of 47.93º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C49F0C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.23 |
| HSL | 47.93º | 0.88% | 0.41% | - |
| HSV(B) | 47.93º | 0.94% | 0.77% | - |
| XYZ | 35.23 | 36.56 | 5.55 | - |
| YUV | 153.31 | 48.26 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 12 | 0 | 0.19 | 0.94 | 0.23 | 47.93 | 0.88 | 0.41 |
| Hex | C4 | 9F | C | 0 | 13 | 5E | 17 | 30 | 58 | 29 |
| Octal | 304 | 237 | 14 | 0 | 23 | 136 | 27 | 60 | 130 | 51 |
| Binary | 11000100 | 10011111 | 1100 | 0 | 10011 | 1011110 | 10111 | 110000 | 1011000 | 101001 |
Color Harmonies of #C49F0C
Complementary color
Monochromatic Colors of #C49F0C
Black with #C49F0C
Text Example
Text Example
White with #C49F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F0C; }
p { color: rgb(196,159,12); }
H1.HeaderClassName
{
color: #C49F0C;
}
.AnyTagClassName
{
color: #C49F0C;
}
</style>
background-color css
<style>
a { background-color: #C49F0C; }
a { background-color: rgb(196,159,12); }
div.DivClassName
{
background-color: #C49F0C;
}
.BgClassName
{
background-color: #C49F0C;
}
</style>
border-color css
<style>
span { border-color: #C49F0C; }
span { border-color: rgb(196,159,12); }
td.TdClassName
{
border-color: #C49F0C;
}
.TagClassName
{
border-color: #C49F0C;
}
</style>