Shades of Buddha Gold #C5A114
Tints of Buddha Gold #C5A114
RGB
CMYK
RGB Variations
Color information
#C5A114 (or 0xC5A114) is known color: Buddha Gold. HEX triplet: C5, A1 and 14. RGB value is (197,161,20). Sum of RGB (Red+Green+Blue) = 197+161+20=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A114 is #3A5EEB. Grayscale: #9C9C9C. Windows color (decimal): -3825388 or 1352133. OLE color: 1352133.
HSL color Cylindrical-coordinate representation of color #C5A114: hue angle of 47.8º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5A114 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 20 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.23 |
| HSL | 47.8º | 0.82% | 0.43% | - |
| HSV(B) | 47.8º | 0.9% | 0.77% | - |
| XYZ | 35.9 | 37.41 | 5.99 | - |
| YUV | 155.69 | 51.43 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 20 | 0 | 0.18 | 0.90 | 0.23 | 47.8 | 0.82 | 0.43 |
| Hex | C5 | A1 | 14 | 0 | 12 | 5A | 17 | 30 | 52 | 2B |
| Octal | 305 | 241 | 24 | 0 | 22 | 132 | 27 | 60 | 122 | 53 |
| Binary | 11000101 | 10100001 | 10100 | 0 | 10010 | 1011010 | 10111 | 110000 | 1010010 | 101011 |
Color Harmonies of #C5A114
Complementary color
Monochromatic Colors of #C5A114
Black with #C5A114
Text Example
Text Example
White with #C5A114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A114; }
p { color: rgb(197,161,20); }
H1.HeaderClassName
{
color: #C5A114;
}
.AnyTagClassName
{
color: #C5A114;
}
</style>
background-color css
<style>
a { background-color: #C5A114; }
a { background-color: rgb(197,161,20); }
div.DivClassName
{
background-color: #C5A114;
}
.BgClassName
{
background-color: #C5A114;
}
</style>
border-color css
<style>
span { border-color: #C5A114; }
span { border-color: rgb(197,161,20); }
td.TdClassName
{
border-color: #C5A114;
}
.TagClassName
{
border-color: #C5A114;
}
</style>