Shades of Buddha Gold #C5A219
Tints of Buddha Gold #C5A219
RGB
CMYK
RGB Variations
Color information
#C5A219 (or 0xC5A219) is known color: Buddha Gold. HEX triplet: C5, A2 and 19. RGB value is (197,162,25). Sum of RGB (Red+Green+Blue) = 197+162+25=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A219 is #3A5DE6. Grayscale: #9D9D9D. Windows color (decimal): -3825127 or 1680069. OLE color: 1680069.
HSL color Cylindrical-coordinate representation of color #C5A219: hue angle of 47.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5A219 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 25 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.23 |
| HSL | 47.79º | 0.77% | 0.44% | - |
| HSV(B) | 47.79º | 0.87% | 0.77% | - |
| XYZ | 36.12 | 37.78 | 6.31 | - |
| YUV | 156.85 | 53.6 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 25 | 0 | 0.18 | 0.87 | 0.23 | 47.79 | 0.77 | 0.44 |
| Hex | C5 | A2 | 19 | 0 | 12 | 57 | 17 | 30 | 4D | 2C |
| Octal | 305 | 242 | 31 | 0 | 22 | 127 | 27 | 60 | 115 | 54 |
| Binary | 11000101 | 10100010 | 11001 | 0 | 10010 | 1010111 | 10111 | 110000 | 1001101 | 101100 |
Color Harmonies of #C5A219
Complementary color
Monochromatic Colors of #C5A219
Black with #C5A219
Text Example
Text Example
White with #C5A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A219; }
p { color: rgb(197,162,25); }
H1.HeaderClassName
{
color: #C5A219;
}
.AnyTagClassName
{
color: #C5A219;
}
</style>
background-color css
<style>
a { background-color: #C5A219; }
a { background-color: rgb(197,162,25); }
div.DivClassName
{
background-color: #C5A219;
}
.BgClassName
{
background-color: #C5A219;
}
</style>
border-color css
<style>
span { border-color: #C5A219; }
span { border-color: rgb(197,162,25); }
td.TdClassName
{
border-color: #C5A219;
}
.TagClassName
{
border-color: #C5A219;
}
</style>