Shades of Buddha Gold #C5A619
Tints of Buddha Gold #C5A619
RGB
CMYK
RGB Variations
Color information
#C5A619 (or 0xC5A619) is known color: Buddha Gold. HEX triplet: C5, A6 and 19. RGB value is (197,166,25). Sum of RGB (Red+Green+Blue) = 197+166+25=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A619 is #3A59E6. Grayscale: #9F9F9F. Windows color (decimal): -3824103 or 1681093. OLE color: 1681093.
HSL color Cylindrical-coordinate representation of color #C5A619: hue angle of 49.19º 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 #C5A619 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 25 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.23 |
| HSL | 49.19º | 0.77% | 0.44% | - |
| HSV(B) | 49.19º | 0.87% | 0.77% | - |
| XYZ | 36.84 | 39.21 | 6.55 | - |
| YUV | 159.2 | 52.27 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 25 | 0 | 0.16 | 0.87 | 0.23 | 49.19 | 0.77 | 0.44 |
| Hex | C5 | A6 | 19 | 0 | 10 | 57 | 17 | 31 | 4D | 2C |
| Octal | 305 | 246 | 31 | 0 | 20 | 127 | 27 | 61 | 115 | 54 |
| Binary | 11000101 | 10100110 | 11001 | 0 | 10000 | 1010111 | 10111 | 110001 | 1001101 | 101100 |
Color Harmonies of #C5A619
Complementary color
Monochromatic Colors of #C5A619
Black with #C5A619
Text Example
Text Example
White with #C5A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A619; }
p { color: rgb(197,166,25); }
H1.HeaderClassName
{
color: #C5A619;
}
.AnyTagClassName
{
color: #C5A619;
}
</style>
background-color css
<style>
a { background-color: #C5A619; }
a { background-color: rgb(197,166,25); }
div.DivClassName
{
background-color: #C5A619;
}
.BgClassName
{
background-color: #C5A619;
}
</style>
border-color css
<style>
span { border-color: #C5A619; }
span { border-color: rgb(197,166,25); }
td.TdClassName
{
border-color: #C5A619;
}
.TagClassName
{
border-color: #C5A619;
}
</style>