Shades of Buddha Gold #C5A000
Tints of Buddha Gold #C5A000
RGB
CMYK
RGB Variations
Color information
#C5A000 (or 0xC5A000) is known color: Buddha Gold. HEX triplet: C5, A0 and 00. RGB value is (197,160,0). Sum of RGB (Red+Green+Blue) = 197+160+0=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A000 is #3A5FFF. Grayscale: #999999. Windows color (decimal): -3825664 or 41157. OLE color: 41157.
HSL color Cylindrical-coordinate representation of color #C5A000: hue angle of 48.73º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5A000 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.23 |
| HSL | 48.73º | 1% | 0.39% | - |
| HSV(B) | 48.73º | 1% | 0.77% | - |
| XYZ | 35.6 | 37.01 | 5.27 | - |
| YUV | 152.82 | 41.76 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 0 | 0 | 0.19 | 1 | 0.23 | 48.73 | 1 | 0.39 |
| Hex | C5 | A0 | 0 | 0 | 13 | 64 | 17 | 31 | 64 | 27 |
| Octal | 305 | 240 | 0 | 0 | 23 | 144 | 27 | 61 | 144 | 47 |
| Binary | 11000101 | 10100000 | 0 | 0 | 10011 | 1100100 | 10111 | 110001 | 1100100 | 100111 |
Color Harmonies of #C5A000
Complementary color
Monochromatic Colors of #C5A000
Black with #C5A000
Text Example
Text Example
White with #C5A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A000; }
p { color: rgb(197,160,0); }
H1.HeaderClassName
{
color: #C5A000;
}
.AnyTagClassName
{
color: #C5A000;
}
</style>
background-color css
<style>
a { background-color: #C5A000; }
a { background-color: rgb(197,160,0); }
div.DivClassName
{
background-color: #C5A000;
}
.BgClassName
{
background-color: #C5A000;
}
</style>
border-color css
<style>
span { border-color: #C5A000; }
span { border-color: rgb(197,160,0); }
td.TdClassName
{
border-color: #C5A000;
}
.TagClassName
{
border-color: #C5A000;
}
</style>