Shades of Buddha Gold #C5A610
Tints of Buddha Gold #C5A610
RGB
CMYK
RGB Variations
Color information
#C5A610 (or 0xC5A610) is known color: Buddha Gold. HEX triplet: C5, A6 and 10. RGB value is (197,166,16). Sum of RGB (Red+Green+Blue) = 197+166+16=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A610 is #3A59EF. Grayscale: #9E9E9E. Windows color (decimal): -3824112 or 1091269. OLE color: 1091269.
HSL color Cylindrical-coordinate representation of color #C5A610: hue angle of 49.72º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5A610 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 16 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.23 |
| HSL | 49.72º | 0.85% | 0.42% | - |
| HSV(B) | 49.72º | 0.92% | 0.77% | - |
| XYZ | 36.76 | 39.18 | 6.12 | - |
| YUV | 158.17 | 47.77 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 16 | 0 | 0.16 | 0.92 | 0.23 | 49.72 | 0.85 | 0.42 |
| Hex | C5 | A6 | 10 | 0 | 10 | 5C | 17 | 32 | 55 | 2A |
| Octal | 305 | 246 | 20 | 0 | 20 | 134 | 27 | 62 | 125 | 52 |
| Binary | 11000101 | 10100110 | 10000 | 0 | 10000 | 1011100 | 10111 | 110010 | 1010101 | 101010 |
Color Harmonies of #C5A610
Complementary color
Monochromatic Colors of #C5A610
Black with #C5A610
Text Example
Text Example
White with #C5A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A610; }
p { color: rgb(197,166,16); }
H1.HeaderClassName
{
color: #C5A610;
}
.AnyTagClassName
{
color: #C5A610;
}
</style>
background-color css
<style>
a { background-color: #C5A610; }
a { background-color: rgb(197,166,16); }
div.DivClassName
{
background-color: #C5A610;
}
.BgClassName
{
background-color: #C5A610;
}
</style>
border-color css
<style>
span { border-color: #C5A610; }
span { border-color: rgb(197,166,16); }
td.TdClassName
{
border-color: #C5A610;
}
.TagClassName
{
border-color: #C5A610;
}
</style>