Shades of Buddha Gold #C9A000
Tints of Buddha Gold #C9A000
RGB
CMYK
RGB Variations
Color information
#C9A000 (or 0xC9A000) is known color: Buddha Gold. HEX triplet: C9, A0 and 00. RGB value is (201,160,0). Sum of RGB (Red+Green+Blue) = 201+160+0=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A000 is #365FFF. Grayscale: #9A9A9A. Windows color (decimal): -3563520 or 41161. OLE color: 41161.
HSL color Cylindrical-coordinate representation of color #C9A000: hue angle of 47.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9A000 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.21 |
| HSL | 47.76º | 1% | 0.39% | - |
| HSV(B) | 47.76º | 1% | 0.79% | - |
| XYZ | 36.66 | 37.56 | 5.32 | - |
| YUV | 154.02 | 41.08 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 0 | 0 | 0.20 | 1 | 0.21 | 47.76 | 1 | 0.39 |
| Hex | C9 | A0 | 0 | 0 | 14 | 64 | 15 | 30 | 64 | 27 |
| Octal | 311 | 240 | 0 | 0 | 24 | 144 | 25 | 60 | 144 | 47 |
| Binary | 11001001 | 10100000 | 0 | 0 | 10100 | 1100100 | 10101 | 110000 | 1100100 | 100111 |
Color Harmonies of #C9A000
Complementary color
Monochromatic Colors of #C9A000
Black with #C9A000
Text Example
Text Example
White with #C9A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A000; }
p { color: rgb(201,160,0); }
H1.HeaderClassName
{
color: #C9A000;
}
.AnyTagClassName
{
color: #C9A000;
}
</style>
background-color css
<style>
a { background-color: #C9A000; }
a { background-color: rgb(201,160,0); }
div.DivClassName
{
background-color: #C9A000;
}
.BgClassName
{
background-color: #C9A000;
}
</style>
border-color css
<style>
span { border-color: #C9A000; }
span { border-color: rgb(201,160,0); }
td.TdClassName
{
border-color: #C9A000;
}
.TagClassName
{
border-color: #C9A000;
}
</style>