Shades of Buddha Gold #C9A110
Tints of Buddha Gold #C9A110
RGB
CMYK
RGB Variations
Color information
#C9A110 (or 0xC9A110) is known color: Buddha Gold. HEX triplet: C9, A1 and 10. RGB value is (201,161,16). Sum of RGB (Red+Green+Blue) = 201+161+16=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A110 is #365EEF. Grayscale: #9D9D9D. Windows color (decimal): -3563248 or 1089993. OLE color: 1089993.
HSL color Cylindrical-coordinate representation of color #C9A110: hue angle of 47.03º degrees, saturation: 0.85, 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 #C9A110 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 16 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.21 |
| HSL | 47.03º | 0.85% | 0.43% | - |
| HSV(B) | 47.03º | 0.92% | 0.79% | - |
| XYZ | 36.93 | 37.94 | 5.87 | - |
| YUV | 156.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 16 | 0 | 0.20 | 0.92 | 0.21 | 47.03 | 0.85 | 0.43 |
| Hex | C9 | A1 | 10 | 0 | 14 | 5C | 15 | 2F | 55 | 2B |
| Octal | 311 | 241 | 20 | 0 | 24 | 134 | 25 | 57 | 125 | 53 |
| Binary | 11001001 | 10100001 | 10000 | 0 | 10100 | 1011100 | 10101 | 101111 | 1010101 | 101011 |
Color Harmonies of #C9A110
Complementary color
Monochromatic Colors of #C9A110
Black with #C9A110
Text Example
Text Example
White with #C9A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A110; }
p { color: rgb(201,161,16); }
H1.HeaderClassName
{
color: #C9A110;
}
.AnyTagClassName
{
color: #C9A110;
}
</style>
background-color css
<style>
a { background-color: #C9A110; }
a { background-color: rgb(201,161,16); }
div.DivClassName
{
background-color: #C9A110;
}
.BgClassName
{
background-color: #C9A110;
}
</style>
border-color css
<style>
span { border-color: #C9A110; }
span { border-color: rgb(201,161,16); }
td.TdClassName
{
border-color: #C9A110;
}
.TagClassName
{
border-color: #C9A110;
}
</style>