Shades of Buddha Gold #C9A006
Tints of Buddha Gold #C9A006
RGB
CMYK
RGB Variations
Color information
#C9A006 (or 0xC9A006) is known color: Buddha Gold. HEX triplet: C9, A0 and 06. RGB value is (201,160,6). Sum of RGB (Red+Green+Blue) = 201+160+6=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A006 is #365FF9. Grayscale: #9B9B9B. Windows color (decimal): -3563514 or 434377. OLE color: 434377.
HSL color Cylindrical-coordinate representation of color #C9A006: hue angle of 47.38º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9A006 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 6 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.21 |
| HSL | 47.38º | 0.94% | 0.41% | - |
| HSV(B) | 47.38º | 0.97% | 0.79% | - |
| XYZ | 36.69 | 37.57 | 5.49 | - |
| YUV | 154.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 6 | 0 | 0.20 | 0.97 | 0.21 | 47.38 | 0.94 | 0.41 |
| Hex | C9 | A0 | 6 | 0 | 14 | 61 | 15 | 2F | 5E | 29 |
| Octal | 311 | 240 | 6 | 0 | 24 | 141 | 25 | 57 | 136 | 51 |
| Binary | 11001001 | 10100000 | 110 | 0 | 10100 | 1100001 | 10101 | 101111 | 1011110 | 101001 |
Color Harmonies of #C9A006
Complementary color
Monochromatic Colors of #C9A006
Black with #C9A006
Text Example
Text Example
White with #C9A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A006; }
p { color: rgb(201,160,6); }
H1.HeaderClassName
{
color: #C9A006;
}
.AnyTagClassName
{
color: #C9A006;
}
</style>
background-color css
<style>
a { background-color: #C9A006; }
a { background-color: rgb(201,160,6); }
div.DivClassName
{
background-color: #C9A006;
}
.BgClassName
{
background-color: #C9A006;
}
</style>
border-color css
<style>
span { border-color: #C9A006; }
span { border-color: rgb(201,160,6); }
td.TdClassName
{
border-color: #C9A006;
}
.TagClassName
{
border-color: #C9A006;
}
</style>