Shades of Buddha Gold #C9A209
Tints of Buddha Gold #C9A209
RGB
CMYK
RGB Variations
Color information
#C9A209 (or 0xC9A209) is known color: Buddha Gold. HEX triplet: C9, A2 and 09. RGB value is (201,162,9). Sum of RGB (Red+Green+Blue) = 201+162+9=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A209 is #365DF6. Grayscale: #9C9C9C. Windows color (decimal): -3562999 or 631497. OLE color: 631497.
HSL color Cylindrical-coordinate representation of color #C9A209: hue angle of 47.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9A209 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.21 |
| HSL | 47.81º | 0.91% | 0.41% | - |
| HSV(B) | 47.81º | 0.96% | 0.79% | - |
| XYZ | 37.06 | 38.28 | 5.69 | - |
| YUV | 156.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 9 | 0 | 0.19 | 0.96 | 0.21 | 47.81 | 0.91 | 0.41 |
| Hex | C9 | A2 | 9 | 0 | 13 | 60 | 15 | 30 | 5B | 29 |
| Octal | 311 | 242 | 11 | 0 | 23 | 140 | 25 | 60 | 133 | 51 |
| Binary | 11001001 | 10100010 | 1001 | 0 | 10011 | 1100000 | 10101 | 110000 | 1011011 | 101001 |
Color Harmonies of #C9A209
Complementary color
Monochromatic Colors of #C9A209
Black with #C9A209
Text Example
Text Example
White with #C9A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A209; }
p { color: rgb(201,162,9); }
H1.HeaderClassName
{
color: #C9A209;
}
.AnyTagClassName
{
color: #C9A209;
}
</style>
background-color css
<style>
a { background-color: #C9A209; }
a { background-color: rgb(201,162,9); }
div.DivClassName
{
background-color: #C9A209;
}
.BgClassName
{
background-color: #C9A209;
}
</style>
border-color css
<style>
span { border-color: #C9A209; }
span { border-color: rgb(201,162,9); }
td.TdClassName
{
border-color: #C9A209;
}
.TagClassName
{
border-color: #C9A209;
}
</style>