Shades of Buddha Gold #C5A602
Tints of Buddha Gold #C5A602
RGB
CMYK
RGB Variations
Color information
#C5A602 (or 0xC5A602) is known color: Buddha Gold. HEX triplet: C5, A6 and 02. RGB value is (197,166,2). Sum of RGB (Red+Green+Blue) = 197+166+2=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A602 is #3A59FD. Grayscale: #9D9D9D. Windows color (decimal): -3824126 or 173765. OLE color: 173765.
HSL color Cylindrical-coordinate representation of color #C5A602: hue angle of 50.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5A602 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.23 |
| HSL | 50.46º | 0.98% | 0.39% | - |
| HSV(B) | 50.46º | 0.99% | 0.77% | - |
| XYZ | 36.67 | 39.15 | 5.68 | - |
| YUV | 156.57 | 40.77 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 2 | 0 | 0.16 | 0.99 | 0.23 | 50.46 | 0.98 | 0.39 |
| Hex | C5 | A6 | 2 | 0 | 10 | 63 | 17 | 32 | 62 | 27 |
| Octal | 305 | 246 | 2 | 0 | 20 | 143 | 27 | 62 | 142 | 47 |
| Binary | 11000101 | 10100110 | 10 | 0 | 10000 | 1100011 | 10111 | 110010 | 1100010 | 100111 |
Color Harmonies of #C5A602
Complementary color
Monochromatic Colors of #C5A602
Black with #C5A602
Text Example
Text Example
White with #C5A602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A602; }
p { color: rgb(197,166,2); }
H1.HeaderClassName
{
color: #C5A602;
}
.AnyTagClassName
{
color: #C5A602;
}
</style>
background-color css
<style>
a { background-color: #C5A602; }
a { background-color: rgb(197,166,2); }
div.DivClassName
{
background-color: #C5A602;
}
.BgClassName
{
background-color: #C5A602;
}
</style>
border-color css
<style>
span { border-color: #C5A602; }
span { border-color: rgb(197,166,2); }
td.TdClassName
{
border-color: #C5A602;
}
.TagClassName
{
border-color: #C5A602;
}
</style>