Shades of Buddha Gold #C9A002
Tints of Buddha Gold #C9A002
RGB
CMYK
RGB Variations
Color information
#C9A002 (or 0xC9A002) is known color: Buddha Gold. HEX triplet: C9, A0 and 02. RGB value is (201,160,2). Sum of RGB (Red+Green+Blue) = 201+160+2=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A002 is #365FFD. Grayscale: #9A9A9A. Windows color (decimal): -3563518 or 172233. OLE color: 172233.
HSL color Cylindrical-coordinate representation of color #C9A002: hue angle of 47.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9A002 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.21 |
| HSL | 47.64º | 0.98% | 0.4% | - |
| HSV(B) | 47.64º | 0.99% | 0.79% | - |
| XYZ | 36.67 | 37.56 | 5.38 | - |
| YUV | 154.25 | 42.08 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 2 | 0 | 0.20 | 0.99 | 0.21 | 47.64 | 0.98 | 0.4 |
| Hex | C9 | A0 | 2 | 0 | 14 | 63 | 15 | 30 | 62 | 28 |
| Octal | 311 | 240 | 2 | 0 | 24 | 143 | 25 | 60 | 142 | 50 |
| Binary | 11001001 | 10100000 | 10 | 0 | 10100 | 1100011 | 10101 | 110000 | 1100010 | 101000 |
Color Harmonies of #C9A002
Complementary color
Monochromatic Colors of #C9A002
Black with #C9A002
Text Example
Text Example
White with #C9A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A002; }
p { color: rgb(201,160,2); }
H1.HeaderClassName
{
color: #C9A002;
}
.AnyTagClassName
{
color: #C9A002;
}
</style>
background-color css
<style>
a { background-color: #C9A002; }
a { background-color: rgb(201,160,2); }
div.DivClassName
{
background-color: #C9A002;
}
.BgClassName
{
background-color: #C9A002;
}
</style>
border-color css
<style>
span { border-color: #C9A002; }
span { border-color: rgb(201,160,2); }
td.TdClassName
{
border-color: #C9A002;
}
.TagClassName
{
border-color: #C9A002;
}
</style>