Shades of Buddha Gold #C5A910
Tints of Buddha Gold #C5A910
RGB
CMYK
RGB Variations
Color information
#C5A910 (or 0xC5A910) is known color: Buddha Gold. HEX triplet: C5, A9 and 10. RGB value is (197,169,16). Sum of RGB (Red+Green+Blue) = 197+169+16=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A910 is #3A56EF. Grayscale: #A0A0A0. Windows color (decimal): -3823344 or 1092037. OLE color: 1092037.
HSL color Cylindrical-coordinate representation of color #C5A910: hue angle of 50.72º 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 #C5A910 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 16 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.23 |
| HSL | 50.72º | 0.85% | 0.42% | - |
| HSV(B) | 50.72º | 0.92% | 0.77% | - |
| XYZ | 37.31 | 40.28 | 6.3 | - |
| YUV | 159.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 16 | 0 | 0.14 | 0.92 | 0.23 | 50.72 | 0.85 | 0.42 |
| Hex | C5 | A9 | 10 | 0 | E | 5C | 17 | 33 | 55 | 2A |
| Octal | 305 | 251 | 20 | 0 | 16 | 134 | 27 | 63 | 125 | 52 |
| Binary | 11000101 | 10101001 | 10000 | 0 | 1110 | 1011100 | 10111 | 110011 | 1010101 | 101010 |
Color Harmonies of #C5A910
Complementary color
Monochromatic Colors of #C5A910
Black with #C5A910
Text Example
Text Example
White with #C5A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A910; }
p { color: rgb(197,169,16); }
H1.HeaderClassName
{
color: #C5A910;
}
.AnyTagClassName
{
color: #C5A910;
}
</style>
background-color css
<style>
a { background-color: #C5A910; }
a { background-color: rgb(197,169,16); }
div.DivClassName
{
background-color: #C5A910;
}
.BgClassName
{
background-color: #C5A910;
}
</style>
border-color css
<style>
span { border-color: #C5A910; }
span { border-color: rgb(197,169,16); }
td.TdClassName
{
border-color: #C5A910;
}
.TagClassName
{
border-color: #C5A910;
}
</style>