Shades of Buddha Gold #C5A025
Tints of Buddha Gold #C5A025
RGB
CMYK
RGB Variations
Color information
#C5A025 (or 0xC5A025) is known color: Buddha Gold. HEX triplet: C5, A0 and 25. RGB value is (197,160,37). Sum of RGB (Red+Green+Blue) = 197+160+37=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A025 is #3A5FDA. Grayscale: #9D9D9D. Windows color (decimal): -3825627 or 2465989. OLE color: 2465989.
HSL color Cylindrical-coordinate representation of color #C5A025: hue angle of 46.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5A025 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 37 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.23 |
| HSL | 46.13º | 0.68% | 0.46% | - |
| HSV(B) | 46.13º | 0.81% | 0.77% | - |
| XYZ | 35.93 | 37.15 | 7.03 | - |
| YUV | 157.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 37 | 0 | 0.19 | 0.81 | 0.23 | 46.13 | 0.68 | 0.46 |
| Hex | C5 | A0 | 25 | 0 | 13 | 51 | 17 | 2E | 44 | 2E |
| Octal | 305 | 240 | 45 | 0 | 23 | 121 | 27 | 56 | 104 | 56 |
| Binary | 11000101 | 10100000 | 100101 | 0 | 10011 | 1010001 | 10111 | 101110 | 1000100 | 101110 |
Color Harmonies of #C5A025
Complementary color
Monochromatic Colors of #C5A025
Black with #C5A025
Text Example
Text Example
White with #C5A025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A025; }
p { color: rgb(197,160,37); }
H1.HeaderClassName
{
color: #C5A025;
}
.AnyTagClassName
{
color: #C5A025;
}
</style>
background-color css
<style>
a { background-color: #C5A025; }
a { background-color: rgb(197,160,37); }
div.DivClassName
{
background-color: #C5A025;
}
.BgClassName
{
background-color: #C5A025;
}
</style>
border-color css
<style>
span { border-color: #C5A025; }
span { border-color: rgb(197,160,37); }
td.TdClassName
{
border-color: #C5A025;
}
.TagClassName
{
border-color: #C5A025;
}
</style>