Shades of Buddha Gold #C4A910
Tints of Buddha Gold #C4A910
RGB
CMYK
RGB Variations
Color information
#C4A910 (or 0xC4A910) is known color: Buddha Gold. HEX triplet: C4, A9 and 10. RGB value is (196,169,16). Sum of RGB (Red+Green+Blue) = 196+169+16=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A910 is #3B56EF. Grayscale: #A0A0A0. Windows color (decimal): -3888880 or 1092036. OLE color: 1092036.
HSL color Cylindrical-coordinate representation of color #C4A910: hue angle of 51º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4A910 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 169 | 16 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.23 |
| HSL | 51º | 0.85% | 0.42% | - |
| HSV(B) | 51º | 0.92% | 0.77% | - |
| XYZ | 37.05 | 40.15 | 6.29 | - |
| YUV | 159.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 16 | 0 | 0.14 | 0.92 | 0.23 | 51 | 0.85 | 0.42 |
| Hex | C4 | A9 | 10 | 0 | E | 5C | 17 | 33 | 55 | 2A |
| Octal | 304 | 251 | 20 | 0 | 16 | 134 | 27 | 63 | 125 | 52 |
| Binary | 11000100 | 10101001 | 10000 | 0 | 1110 | 1011100 | 10111 | 110011 | 1010101 | 101010 |
Color Harmonies of #C4A910
Complementary color
Monochromatic Colors of #C4A910
Black with #C4A910
Text Example
Text Example
White with #C4A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A910; }
p { color: rgb(196,169,16); }
H1.HeaderClassName
{
color: #C4A910;
}
.AnyTagClassName
{
color: #C4A910;
}
</style>
background-color css
<style>
a { background-color: #C4A910; }
a { background-color: rgb(196,169,16); }
div.DivClassName
{
background-color: #C4A910;
}
.BgClassName
{
background-color: #C4A910;
}
</style>
border-color css
<style>
span { border-color: #C4A910; }
span { border-color: rgb(196,169,16); }
td.TdClassName
{
border-color: #C4A910;
}
.TagClassName
{
border-color: #C4A910;
}
</style>