Shades of Buddha Gold #C5A200
Tints of Buddha Gold #C5A200
RGB
CMYK
RGB Variations
Color information
#C5A200 (or 0xC5A200) is known color: Buddha Gold. HEX triplet: C5, A2 and 00. RGB value is (197,162,0). Sum of RGB (Red+Green+Blue) = 197+162+0=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A200 is #3A5DFF. Grayscale: #9A9A9A. Windows color (decimal): -3825152 or 41669. OLE color: 41669.
HSL color Cylindrical-coordinate representation of color #C5A200: hue angle of 49.34º 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 #C5A200 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.23 |
| HSL | 49.34º | 1% | 0.39% | - |
| HSV(B) | 49.34º | 1% | 0.77% | - |
| XYZ | 35.95 | 37.71 | 5.38 | - |
| YUV | 154 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 0 | 0 | 0.18 | 1 | 0.23 | 49.34 | 1 | 0.39 |
| Hex | C5 | A2 | 0 | 0 | 12 | 64 | 17 | 31 | 64 | 27 |
| Octal | 305 | 242 | 0 | 0 | 22 | 144 | 27 | 61 | 144 | 47 |
| Binary | 11000101 | 10100010 | 0 | 0 | 10010 | 1100100 | 10111 | 110001 | 1100100 | 100111 |
Color Harmonies of #C5A200
Complementary color
Monochromatic Colors of #C5A200
Black with #C5A200
Text Example
Text Example
White with #C5A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A200; }
p { color: rgb(197,162,0); }
H1.HeaderClassName
{
color: #C5A200;
}
.AnyTagClassName
{
color: #C5A200;
}
</style>
background-color css
<style>
a { background-color: #C5A200; }
a { background-color: rgb(197,162,0); }
div.DivClassName
{
background-color: #C5A200;
}
.BgClassName
{
background-color: #C5A200;
}
</style>
border-color css
<style>
span { border-color: #C5A200; }
span { border-color: rgb(197,162,0); }
td.TdClassName
{
border-color: #C5A200;
}
.TagClassName
{
border-color: #C5A200;
}
</style>