Shades of Buddha Gold #C9A208
Tints of Buddha Gold #C9A208
RGB
CMYK
RGB Variations
Color information
#C9A208 (or 0xC9A208) is known color: Buddha Gold. HEX triplet: C9, A2 and 08. RGB value is (201,162,8). Sum of RGB (Red+Green+Blue) = 201+162+8=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A208 is #365DF7. Grayscale: #9C9C9C. Windows color (decimal): -3563000 or 565961. OLE color: 565961.
HSL color Cylindrical-coordinate representation of color #C9A208: hue angle of 47.88º degrees, saturation: 0.92, 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 #C9A208 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.21 |
| HSL | 47.88º | 0.92% | 0.41% | - |
| HSV(B) | 47.88º | 0.96% | 0.79% | - |
| XYZ | 37.05 | 38.28 | 5.66 | - |
| YUV | 156.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 8 | 0 | 0.19 | 0.96 | 0.21 | 47.88 | 0.92 | 0.41 |
| Hex | C9 | A2 | 8 | 0 | 13 | 60 | 15 | 30 | 5C | 29 |
| Octal | 311 | 242 | 10 | 0 | 23 | 140 | 25 | 60 | 134 | 51 |
| Binary | 11001001 | 10100010 | 1000 | 0 | 10011 | 1100000 | 10101 | 110000 | 1011100 | 101001 |
Color Harmonies of #C9A208
Complementary color
Monochromatic Colors of #C9A208
Black with #C9A208
Text Example
Text Example
White with #C9A208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A208; }
p { color: rgb(201,162,8); }
H1.HeaderClassName
{
color: #C9A208;
}
.AnyTagClassName
{
color: #C9A208;
}
</style>
background-color css
<style>
a { background-color: #C9A208; }
a { background-color: rgb(201,162,8); }
div.DivClassName
{
background-color: #C9A208;
}
.BgClassName
{
background-color: #C9A208;
}
</style>
border-color css
<style>
span { border-color: #C9A208; }
span { border-color: rgb(201,162,8); }
td.TdClassName
{
border-color: #C9A208;
}
.TagClassName
{
border-color: #C9A208;
}
</style>