Shades of Buddha Gold #C9A016
Tints of Buddha Gold #C9A016
RGB
CMYK
RGB Variations
Color information
#C9A016 (or 0xC9A016) is known color: Buddha Gold. HEX triplet: C9, A0 and 16. RGB value is (201,160,22). Sum of RGB (Red+Green+Blue) = 201+160+22=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A016 is #365FE9. Grayscale: #9D9D9D. Windows color (decimal): -3563498 or 1482953. OLE color: 1482953.
HSL color Cylindrical-coordinate representation of color #C9A016: hue angle of 46.26º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9A016 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 22 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.21 |
| HSL | 46.26º | 0.8% | 0.44% | - |
| HSV(B) | 46.26º | 0.89% | 0.79% | - |
| XYZ | 36.8 | 37.62 | 6.08 | - |
| YUV | 156.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 22 | 0 | 0.20 | 0.89 | 0.21 | 46.26 | 0.8 | 0.44 |
| Hex | C9 | A0 | 16 | 0 | 14 | 59 | 15 | 2E | 50 | 2C |
| Octal | 311 | 240 | 26 | 0 | 24 | 131 | 25 | 56 | 120 | 54 |
| Binary | 11001001 | 10100000 | 10110 | 0 | 10100 | 1011001 | 10101 | 101110 | 1010000 | 101100 |
Color Harmonies of #C9A016
Complementary color
Monochromatic Colors of #C9A016
Black with #C9A016
Text Example
Text Example
White with #C9A016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A016; }
p { color: rgb(201,160,22); }
H1.HeaderClassName
{
color: #C9A016;
}
.AnyTagClassName
{
color: #C9A016;
}
</style>
background-color css
<style>
a { background-color: #C9A016; }
a { background-color: rgb(201,160,22); }
div.DivClassName
{
background-color: #C9A016;
}
.BgClassName
{
background-color: #C9A016;
}
</style>
border-color css
<style>
span { border-color: #C9A016; }
span { border-color: rgb(201,160,22); }
td.TdClassName
{
border-color: #C9A016;
}
.TagClassName
{
border-color: #C9A016;
}
</style>