Shades of Buddha Gold #C9A111
Tints of Buddha Gold #C9A111
RGB
CMYK
RGB Variations
Color information
#C9A111 (or 0xC9A111) is known color: Buddha Gold. HEX triplet: C9, A1 and 11. RGB value is (201,161,17). Sum of RGB (Red+Green+Blue) = 201+161+17=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A111 is #365EEE. Grayscale: #9D9D9D. Windows color (decimal): -3563247 or 1155529. OLE color: 1155529.
HSL color Cylindrical-coordinate representation of color #C9A111: hue angle of 46.96º 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 #C9A111 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 17 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.21 |
| HSL | 46.96º | 0.84% | 0.43% | - |
| HSV(B) | 46.96º | 0.92% | 0.79% | - |
| XYZ | 36.93 | 37.95 | 5.91 | - |
| YUV | 156.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 17 | 0 | 0.20 | 0.92 | 0.21 | 46.96 | 0.84 | 0.43 |
| Hex | C9 | A1 | 11 | 0 | 14 | 5C | 15 | 2F | 54 | 2B |
| Octal | 311 | 241 | 21 | 0 | 24 | 134 | 25 | 57 | 124 | 53 |
| Binary | 11001001 | 10100001 | 10001 | 0 | 10100 | 1011100 | 10101 | 101111 | 1010100 | 101011 |
Color Harmonies of #C9A111
Complementary color
Monochromatic Colors of #C9A111
Black with #C9A111
Text Example
Text Example
White with #C9A111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A111; }
p { color: rgb(201,161,17); }
H1.HeaderClassName
{
color: #C9A111;
}
.AnyTagClassName
{
color: #C9A111;
}
</style>
background-color css
<style>
a { background-color: #C9A111; }
a { background-color: rgb(201,161,17); }
div.DivClassName
{
background-color: #C9A111;
}
.BgClassName
{
background-color: #C9A111;
}
</style>
border-color css
<style>
span { border-color: #C9A111; }
span { border-color: rgb(201,161,17); }
td.TdClassName
{
border-color: #C9A111;
}
.TagClassName
{
border-color: #C9A111;
}
</style>