Shades of Buddha Gold #C9A011
Tints of Buddha Gold #C9A011
RGB
CMYK
RGB Variations
Color information
#C9A011 (or 0xC9A011) is known color: Buddha Gold. HEX triplet: C9, A0 and 11. RGB value is (201,160,17). Sum of RGB (Red+Green+Blue) = 201+160+17=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A011 is #365FEE. Grayscale: #9C9C9C. Windows color (decimal): -3563503 or 1155273. OLE color: 1155273.
HSL color Cylindrical-coordinate representation of color #C9A011: hue angle of 46.63º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9A011 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 17 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.21 |
| HSL | 46.63º | 0.84% | 0.43% | - |
| HSV(B) | 46.63º | 0.92% | 0.79% | - |
| XYZ | 36.76 | 37.6 | 5.85 | - |
| YUV | 155.96 | 49.58 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 17 | 0 | 0.20 | 0.92 | 0.21 | 46.63 | 0.84 | 0.43 |
| Hex | C9 | A0 | 11 | 0 | 14 | 5C | 15 | 2F | 54 | 2B |
| Octal | 311 | 240 | 21 | 0 | 24 | 134 | 25 | 57 | 124 | 53 |
| Binary | 11001001 | 10100000 | 10001 | 0 | 10100 | 1011100 | 10101 | 101111 | 1010100 | 101011 |
Color Harmonies of #C9A011
Complementary color
Monochromatic Colors of #C9A011
Black with #C9A011
Text Example
Text Example
White with #C9A011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A011; }
p { color: rgb(201,160,17); }
H1.HeaderClassName
{
color: #C9A011;
}
.AnyTagClassName
{
color: #C9A011;
}
</style>
background-color css
<style>
a { background-color: #C9A011; }
a { background-color: rgb(201,160,17); }
div.DivClassName
{
background-color: #C9A011;
}
.BgClassName
{
background-color: #C9A011;
}
</style>
border-color css
<style>
span { border-color: #C9A011; }
span { border-color: rgb(201,160,17); }
td.TdClassName
{
border-color: #C9A011;
}
.TagClassName
{
border-color: #C9A011;
}
</style>