Shades of Buddha Gold #C5A115
Tints of Buddha Gold #C5A115
RGB
CMYK
RGB Variations
Color information
#C5A115 (or 0xC5A115) is known color: Buddha Gold. HEX triplet: C5, A1 and 15. RGB value is (197,161,21). Sum of RGB (Red+Green+Blue) = 197+161+21=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A115 is #3A5EEA. Grayscale: #9C9C9C. Windows color (decimal): -3825387 or 1417669. OLE color: 1417669.
HSL color Cylindrical-coordinate representation of color #C5A115: hue angle of 47.73º degrees, saturation: 0.81, 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 #C5A115 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 21 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.23 |
| HSL | 47.73º | 0.81% | 0.43% | - |
| HSV(B) | 47.73º | 0.89% | 0.77% | - |
| XYZ | 35.91 | 37.41 | 6.04 | - |
| YUV | 155.8 | 51.93 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 21 | 0 | 0.18 | 0.89 | 0.23 | 47.73 | 0.81 | 0.43 |
| Hex | C5 | A1 | 15 | 0 | 12 | 59 | 17 | 30 | 51 | 2B |
| Octal | 305 | 241 | 25 | 0 | 22 | 131 | 27 | 60 | 121 | 53 |
| Binary | 11000101 | 10100001 | 10101 | 0 | 10010 | 1011001 | 10111 | 110000 | 1010001 | 101011 |
Color Harmonies of #C5A115
Complementary color
Monochromatic Colors of #C5A115
Black with #C5A115
Text Example
Text Example
White with #C5A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A115; }
p { color: rgb(197,161,21); }
H1.HeaderClassName
{
color: #C5A115;
}
.AnyTagClassName
{
color: #C5A115;
}
</style>
background-color css
<style>
a { background-color: #C5A115; }
a { background-color: rgb(197,161,21); }
div.DivClassName
{
background-color: #C5A115;
}
.BgClassName
{
background-color: #C5A115;
}
</style>
border-color css
<style>
span { border-color: #C5A115; }
span { border-color: rgb(197,161,21); }
td.TdClassName
{
border-color: #C5A115;
}
.TagClassName
{
border-color: #C5A115;
}
</style>