Shades of Buddha Gold #C4A10E
Tints of Buddha Gold #C4A10E
RGB
CMYK
RGB Variations
Color information
#C4A10E (or 0xC4A10E) is known color: Buddha Gold. HEX triplet: C4, A1 and 0E. RGB value is (196,161,14). Sum of RGB (Red+Green+Blue) = 196+161+14=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A10E is #3B5EF1. Grayscale: #9B9B9B. Windows color (decimal): -3890930 or 958916. OLE color: 958916.
HSL color Cylindrical-coordinate representation of color #C4A10E: hue angle of 48.46º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4A10E is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 14 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.23 |
| HSL | 48.46º | 0.87% | 0.41% | - |
| HSV(B) | 48.46º | 0.93% | 0.77% | - |
| XYZ | 35.59 | 37.26 | 5.73 | - |
| YUV | 154.71 | 48.6 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 14 | 0 | 0.18 | 0.93 | 0.23 | 48.46 | 0.87 | 0.41 |
| Hex | C4 | A1 | E | 0 | 12 | 5D | 17 | 30 | 57 | 29 |
| Octal | 304 | 241 | 16 | 0 | 22 | 135 | 27 | 60 | 127 | 51 |
| Binary | 11000100 | 10100001 | 1110 | 0 | 10010 | 1011101 | 10111 | 110000 | 1010111 | 101001 |
Color Harmonies of #C4A10E
Complementary color
Monochromatic Colors of #C4A10E
Black with #C4A10E
Text Example
Text Example
White with #C4A10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A10E; }
p { color: rgb(196,161,14); }
H1.HeaderClassName
{
color: #C4A10E;
}
.AnyTagClassName
{
color: #C4A10E;
}
</style>
background-color css
<style>
a { background-color: #C4A10E; }
a { background-color: rgb(196,161,14); }
div.DivClassName
{
background-color: #C4A10E;
}
.BgClassName
{
background-color: #C4A10E;
}
</style>
border-color css
<style>
span { border-color: #C4A10E; }
span { border-color: rgb(196,161,14); }
td.TdClassName
{
border-color: #C4A10E;
}
.TagClassName
{
border-color: #C4A10E;
}
</style>