Shades of Buddha Gold #C9A215
Tints of Buddha Gold #C9A215
RGB
CMYK
RGB Variations
Color information
#C9A215 (or 0xC9A215) is known color: Buddha Gold. HEX triplet: C9, A2 and 15. RGB value is (201,162,21). Sum of RGB (Red+Green+Blue) = 201+162+21=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A215 is #365DEA. Grayscale: #9E9E9E. Windows color (decimal): -3562987 or 1417929. OLE color: 1417929.
HSL color Cylindrical-coordinate representation of color #C9A215: hue angle of 47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9A215 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 21 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.21 |
| HSL | 47º | 0.81% | 0.44% | - |
| HSV(B) | 47º | 0.9% | 0.79% | - |
| XYZ | 37.14 | 38.31 | 6.15 | - |
| YUV | 157.59 | 50.92 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 21 | 0 | 0.19 | 0.90 | 0.21 | 47 | 0.81 | 0.44 |
| Hex | C9 | A2 | 15 | 0 | 13 | 5A | 15 | 2F | 51 | 2C |
| Octal | 311 | 242 | 25 | 0 | 23 | 132 | 25 | 57 | 121 | 54 |
| Binary | 11001001 | 10100010 | 10101 | 0 | 10011 | 1011010 | 10101 | 101111 | 1010001 | 101100 |
Color Harmonies of #C9A215
Complementary color
Monochromatic Colors of #C9A215
Black with #C9A215
Text Example
Text Example
White with #C9A215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A215; }
p { color: rgb(201,162,21); }
H1.HeaderClassName
{
color: #C9A215;
}
.AnyTagClassName
{
color: #C9A215;
}
</style>
background-color css
<style>
a { background-color: #C9A215; }
a { background-color: rgb(201,162,21); }
div.DivClassName
{
background-color: #C9A215;
}
.BgClassName
{
background-color: #C9A215;
}
</style>
border-color css
<style>
span { border-color: #C9A215; }
span { border-color: rgb(201,162,21); }
td.TdClassName
{
border-color: #C9A215;
}
.TagClassName
{
border-color: #C9A215;
}
</style>