Shades of Buddha Gold #C5A003
Tints of Buddha Gold #C5A003
RGB
CMYK
RGB Variations
Color information
#C5A003 (or 0xC5A003) is known color: Buddha Gold. HEX triplet: C5, A0 and 03. RGB value is (197,160,3). Sum of RGB (Red+Green+Blue) = 197+160+3=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A003 is #3A5FFC. Grayscale: #999999. Windows color (decimal): -3825661 or 237765. OLE color: 237765.
HSL color Cylindrical-coordinate representation of color #C5A003: hue angle of 48.56º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5A003 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.23 |
| HSL | 48.56º | 0.97% | 0.39% | - |
| HSV(B) | 48.56º | 0.98% | 0.77% | - |
| XYZ | 35.61 | 37.02 | 5.35 | - |
| YUV | 153.17 | 43.26 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 3 | 0 | 0.19 | 0.98 | 0.23 | 48.56 | 0.97 | 0.39 |
| Hex | C5 | A0 | 3 | 0 | 13 | 62 | 17 | 31 | 61 | 27 |
| Octal | 305 | 240 | 3 | 0 | 23 | 142 | 27 | 61 | 141 | 47 |
| Binary | 11000101 | 10100000 | 11 | 0 | 10011 | 1100010 | 10111 | 110001 | 1100001 | 100111 |
Color Harmonies of #C5A003
Complementary color
Monochromatic Colors of #C5A003
Black with #C5A003
Text Example
Text Example
White with #C5A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A003; }
p { color: rgb(197,160,3); }
H1.HeaderClassName
{
color: #C5A003;
}
.AnyTagClassName
{
color: #C5A003;
}
</style>
background-color css
<style>
a { background-color: #C5A003; }
a { background-color: rgb(197,160,3); }
div.DivClassName
{
background-color: #C5A003;
}
.BgClassName
{
background-color: #C5A003;
}
</style>
border-color css
<style>
span { border-color: #C5A003; }
span { border-color: rgb(197,160,3); }
td.TdClassName
{
border-color: #C5A003;
}
.TagClassName
{
border-color: #C5A003;
}
</style>