Shades of Buddha Gold #C5A216
Tints of Buddha Gold #C5A216
RGB
CMYK
RGB Variations
Color information
#C5A216 (or 0xC5A216) is known color: Buddha Gold. HEX triplet: C5, A2 and 16. RGB value is (197,162,22). Sum of RGB (Red+Green+Blue) = 197+162+22=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A216 is #3A5DE9. Grayscale: #9D9D9D. Windows color (decimal): -3825130 or 1483461. OLE color: 1483461.
HSL color Cylindrical-coordinate representation of color #C5A216: hue angle of 48º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5A216 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 22 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.23 |
| HSL | 48º | 0.8% | 0.43% | - |
| HSV(B) | 48º | 0.89% | 0.77% | - |
| XYZ | 36.09 | 37.77 | 6.15 | - |
| YUV | 156.51 | 52.1 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 22 | 0 | 0.18 | 0.89 | 0.23 | 48 | 0.8 | 0.43 |
| Hex | C5 | A2 | 16 | 0 | 12 | 59 | 17 | 30 | 50 | 2B |
| Octal | 305 | 242 | 26 | 0 | 22 | 131 | 27 | 60 | 120 | 53 |
| Binary | 11000101 | 10100010 | 10110 | 0 | 10010 | 1011001 | 10111 | 110000 | 1010000 | 101011 |
Color Harmonies of #C5A216
Complementary color
Monochromatic Colors of #C5A216
Black with #C5A216
Text Example
Text Example
White with #C5A216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A216; }
p { color: rgb(197,162,22); }
H1.HeaderClassName
{
color: #C5A216;
}
.AnyTagClassName
{
color: #C5A216;
}
</style>
background-color css
<style>
a { background-color: #C5A216; }
a { background-color: rgb(197,162,22); }
div.DivClassName
{
background-color: #C5A216;
}
.BgClassName
{
background-color: #C5A216;
}
</style>
border-color css
<style>
span { border-color: #C5A216; }
span { border-color: rgb(197,162,22); }
td.TdClassName
{
border-color: #C5A216;
}
.TagClassName
{
border-color: #C5A216;
}
</style>