Shades of Buddha Gold #C9A017
Tints of Buddha Gold #C9A017
RGB
CMYK
RGB Variations
Color information
#C9A017 (or 0xC9A017) is known color: Buddha Gold. HEX triplet: C9, A0 and 17. RGB value is (201,160,23). Sum of RGB (Red+Green+Blue) = 201+160+23=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A017 is #365FE8. Grayscale: #9D9D9D. Windows color (decimal): -3563497 or 1548489. OLE color: 1548489.
HSL color Cylindrical-coordinate representation of color #C9A017: hue angle of 46.18º degrees, saturation: 0.79, 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 #C9A017 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 23 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.21 |
| HSL | 46.18º | 0.79% | 0.44% | - |
| HSV(B) | 46.18º | 0.89% | 0.79% | - |
| XYZ | 36.81 | 37.62 | 6.13 | - |
| YUV | 156.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 23 | 0 | 0.20 | 0.89 | 0.21 | 46.18 | 0.79 | 0.44 |
| Hex | C9 | A0 | 17 | 0 | 14 | 59 | 15 | 2E | 4F | 2C |
| Octal | 311 | 240 | 27 | 0 | 24 | 131 | 25 | 56 | 117 | 54 |
| Binary | 11001001 | 10100000 | 10111 | 0 | 10100 | 1011001 | 10101 | 101110 | 1001111 | 101100 |
Color Harmonies of #C9A017
Complementary color
Monochromatic Colors of #C9A017
Black with #C9A017
Text Example
Text Example
White with #C9A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A017; }
p { color: rgb(201,160,23); }
H1.HeaderClassName
{
color: #C9A017;
}
.AnyTagClassName
{
color: #C9A017;
}
</style>
background-color css
<style>
a { background-color: #C9A017; }
a { background-color: rgb(201,160,23); }
div.DivClassName
{
background-color: #C9A017;
}
.BgClassName
{
background-color: #C9A017;
}
</style>
border-color css
<style>
span { border-color: #C9A017; }
span { border-color: rgb(201,160,23); }
td.TdClassName
{
border-color: #C9A017;
}
.TagClassName
{
border-color: #C9A017;
}
</style>