Shades of Buddha Gold #C9A217
Tints of Buddha Gold #C9A217
RGB
CMYK
RGB Variations
Color information
#C9A217 (or 0xC9A217) is known color: Buddha Gold. HEX triplet: C9, A2 and 17. RGB value is (201,162,23). Sum of RGB (Red+Green+Blue) = 201+162+23=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A217 is #365DE8. Grayscale: #9E9E9E. Windows color (decimal): -3562985 or 1549001. OLE color: 1549001.
HSL color Cylindrical-coordinate representation of color #C9A217: hue angle of 46.85º 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 #C9A217 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 23 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.21 |
| HSL | 46.85º | 0.79% | 0.44% | - |
| HSV(B) | 46.85º | 0.89% | 0.79% | - |
| XYZ | 37.16 | 38.32 | 6.25 | - |
| YUV | 157.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 23 | 0 | 0.19 | 0.89 | 0.21 | 46.85 | 0.79 | 0.44 |
| Hex | C9 | A2 | 17 | 0 | 13 | 59 | 15 | 2F | 4F | 2C |
| Octal | 311 | 242 | 27 | 0 | 23 | 131 | 25 | 57 | 117 | 54 |
| Binary | 11001001 | 10100010 | 10111 | 0 | 10011 | 1011001 | 10101 | 101111 | 1001111 | 101100 |
Color Harmonies of #C9A217
Complementary color
Monochromatic Colors of #C9A217
Black with #C9A217
Text Example
Text Example
White with #C9A217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A217; }
p { color: rgb(201,162,23); }
H1.HeaderClassName
{
color: #C9A217;
}
.AnyTagClassName
{
color: #C9A217;
}
</style>
background-color css
<style>
a { background-color: #C9A217; }
a { background-color: rgb(201,162,23); }
div.DivClassName
{
background-color: #C9A217;
}
.BgClassName
{
background-color: #C9A217;
}
</style>
border-color css
<style>
span { border-color: #C9A217; }
span { border-color: rgb(201,162,23); }
td.TdClassName
{
border-color: #C9A217;
}
.TagClassName
{
border-color: #C9A217;
}
</style>