Shades of Buddha Gold #C9A005
Tints of Buddha Gold #C9A005
RGB
CMYK
RGB Variations
Color information
#C9A005 (or 0xC9A005) is known color: Buddha Gold. HEX triplet: C9, A0 and 05. RGB value is (201,160,5). Sum of RGB (Red+Green+Blue) = 201+160+5=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A005 is #365FFA. Grayscale: #9B9B9B. Windows color (decimal): -3563515 or 368841. OLE color: 368841.
HSL color Cylindrical-coordinate representation of color #C9A005: hue angle of 47.45º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9A005 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.21 |
| HSL | 47.45º | 0.95% | 0.4% | - |
| HSV(B) | 47.45º | 0.98% | 0.79% | - |
| XYZ | 36.69 | 37.57 | 5.46 | - |
| YUV | 154.59 | 43.58 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 5 | 0 | 0.20 | 0.98 | 0.21 | 47.45 | 0.95 | 0.4 |
| Hex | C9 | A0 | 5 | 0 | 14 | 62 | 15 | 2F | 5F | 28 |
| Octal | 311 | 240 | 5 | 0 | 24 | 142 | 25 | 57 | 137 | 50 |
| Binary | 11001001 | 10100000 | 101 | 0 | 10100 | 1100010 | 10101 | 101111 | 1011111 | 101000 |
Color Harmonies of #C9A005
Complementary color
Monochromatic Colors of #C9A005
Black with #C9A005
Text Example
Text Example
White with #C9A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A005; }
p { color: rgb(201,160,5); }
H1.HeaderClassName
{
color: #C9A005;
}
.AnyTagClassName
{
color: #C9A005;
}
</style>
background-color css
<style>
a { background-color: #C9A005; }
a { background-color: rgb(201,160,5); }
div.DivClassName
{
background-color: #C9A005;
}
.BgClassName
{
background-color: #C9A005;
}
</style>
border-color css
<style>
span { border-color: #C9A005; }
span { border-color: rgb(201,160,5); }
td.TdClassName
{
border-color: #C9A005;
}
.TagClassName
{
border-color: #C9A005;
}
</style>