Shades of Buddha Gold #C5A006
Tints of Buddha Gold #C5A006
RGB
CMYK
RGB Variations
Color information
#C5A006 (or 0xC5A006) is known color: Buddha Gold. HEX triplet: C5, A0 and 06. RGB value is (197,160,6). Sum of RGB (Red+Green+Blue) = 197+160+6=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A006 is #3A5FF9. Grayscale: #9A9A9A. Windows color (decimal): -3825658 or 434373. OLE color: 434373.
HSL color Cylindrical-coordinate representation of color #C5A006: hue angle of 48.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5A006 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.23 |
| HSL | 48.38º | 0.94% | 0.4% | - |
| HSV(B) | 48.38º | 0.97% | 0.77% | - |
| XYZ | 35.63 | 37.03 | 5.44 | - |
| YUV | 153.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 6 | 0 | 0.19 | 0.97 | 0.23 | 48.38 | 0.94 | 0.4 |
| Hex | C5 | A0 | 6 | 0 | 13 | 61 | 17 | 30 | 5E | 28 |
| Octal | 305 | 240 | 6 | 0 | 23 | 141 | 27 | 60 | 136 | 50 |
| Binary | 11000101 | 10100000 | 110 | 0 | 10011 | 1100001 | 10111 | 110000 | 1011110 | 101000 |
Color Harmonies of #C5A006
Complementary color
Monochromatic Colors of #C5A006
Black with #C5A006
Text Example
Text Example
White with #C5A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A006; }
p { color: rgb(197,160,6); }
H1.HeaderClassName
{
color: #C5A006;
}
.AnyTagClassName
{
color: #C5A006;
}
</style>
background-color css
<style>
a { background-color: #C5A006; }
a { background-color: rgb(197,160,6); }
div.DivClassName
{
background-color: #C5A006;
}
.BgClassName
{
background-color: #C5A006;
}
</style>
border-color css
<style>
span { border-color: #C5A006; }
span { border-color: rgb(197,160,6); }
td.TdClassName
{
border-color: #C5A006;
}
.TagClassName
{
border-color: #C5A006;
}
</style>