Shades of Buddha Gold #C5A016
Tints of Buddha Gold #C5A016
RGB
CMYK
RGB Variations
Color information
#C5A016 (or 0xC5A016) is known color: Buddha Gold. HEX triplet: C5, A0 and 16. RGB value is (197,160,22). Sum of RGB (Red+Green+Blue) = 197+160+22=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A016 is #3A5FE9. Grayscale: #9B9B9B. Windows color (decimal): -3825642 or 1482949. OLE color: 1482949.
HSL color Cylindrical-coordinate representation of color #C5A016: hue angle of 47.31º 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 #C5A016 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 22 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.23 |
| HSL | 47.31º | 0.8% | 0.43% | - |
| HSV(B) | 47.31º | 0.89% | 0.77% | - |
| XYZ | 35.74 | 37.07 | 6.03 | - |
| YUV | 155.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 22 | 0 | 0.19 | 0.89 | 0.23 | 47.31 | 0.8 | 0.43 |
| Hex | C5 | A0 | 16 | 0 | 13 | 59 | 17 | 2F | 50 | 2B |
| Octal | 305 | 240 | 26 | 0 | 23 | 131 | 27 | 57 | 120 | 53 |
| Binary | 11000101 | 10100000 | 10110 | 0 | 10011 | 1011001 | 10111 | 101111 | 1010000 | 101011 |
Color Harmonies of #C5A016
Complementary color
Monochromatic Colors of #C5A016
Black with #C5A016
Text Example
Text Example
White with #C5A016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A016; }
p { color: rgb(197,160,22); }
H1.HeaderClassName
{
color: #C5A016;
}
.AnyTagClassName
{
color: #C5A016;
}
</style>
background-color css
<style>
a { background-color: #C5A016; }
a { background-color: rgb(197,160,22); }
div.DivClassName
{
background-color: #C5A016;
}
.BgClassName
{
background-color: #C5A016;
}
</style>
border-color css
<style>
span { border-color: #C5A016; }
span { border-color: rgb(197,160,22); }
td.TdClassName
{
border-color: #C5A016;
}
.TagClassName
{
border-color: #C5A016;
}
</style>