Shades of Buddha Gold #C9A01E
Tints of Buddha Gold #C9A01E
RGB
CMYK
RGB Variations
Color information
#C9A01E (or 0xC9A01E) is known color: Buddha Gold. HEX triplet: C9, A0 and 1E. RGB value is (201,160,30). Sum of RGB (Red+Green+Blue) = 201+160+30=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A01E is #365FE1. Grayscale: #9E9E9E. Windows color (decimal): -3563490 or 2007241. OLE color: 2007241.
HSL color Cylindrical-coordinate representation of color #C9A01E: hue angle of 45.61º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9A01E is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 30 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.21 |
| HSL | 45.61º | 0.74% | 0.45% | - |
| HSV(B) | 45.61º | 0.85% | 0.79% | - |
| XYZ | 36.89 | 37.65 | 6.55 | - |
| YUV | 157.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 30 | 0 | 0.20 | 0.85 | 0.21 | 45.61 | 0.74 | 0.45 |
| Hex | C9 | A0 | 1E | 0 | 14 | 55 | 15 | 2E | 4A | 2D |
| Octal | 311 | 240 | 36 | 0 | 24 | 125 | 25 | 56 | 112 | 55 |
| Binary | 11001001 | 10100000 | 11110 | 0 | 10100 | 1010101 | 10101 | 101110 | 1001010 | 101101 |
Color Harmonies of #C9A01E
Complementary color
Monochromatic Colors of #C9A01E
Black with #C9A01E
Text Example
Text Example
White with #C9A01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A01E; }
p { color: rgb(201,160,30); }
H1.HeaderClassName
{
color: #C9A01E;
}
.AnyTagClassName
{
color: #C9A01E;
}
</style>
background-color css
<style>
a { background-color: #C9A01E; }
a { background-color: rgb(201,160,30); }
div.DivClassName
{
background-color: #C9A01E;
}
.BgClassName
{
background-color: #C9A01E;
}
</style>
border-color css
<style>
span { border-color: #C9A01E; }
span { border-color: rgb(201,160,30); }
td.TdClassName
{
border-color: #C9A01E;
}
.TagClassName
{
border-color: #C9A01E;
}
</style>