Shades of Buddha Gold #C9A616
Tints of Buddha Gold #C9A616
RGB
CMYK
RGB Variations
Color information
#C9A616 (or 0xC9A616) is known color: Buddha Gold. HEX triplet: C9, A6 and 16. RGB value is (201,166,22). Sum of RGB (Red+Green+Blue) = 201+166+22=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A616 is #3659E9. Grayscale: #A0A0A0. Windows color (decimal): -3561962 or 1484489. OLE color: 1484489.
HSL color Cylindrical-coordinate representation of color #C9A616: hue angle of 48.27º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9A616 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 22 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.21 |
| HSL | 48.27º | 0.8% | 0.44% | - |
| HSV(B) | 48.27º | 0.89% | 0.79% | - |
| XYZ | 37.87 | 39.75 | 6.44 | - |
| YUV | 160.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 22 | 0 | 0.17 | 0.89 | 0.21 | 48.27 | 0.8 | 0.44 |
| Hex | C9 | A6 | 16 | 0 | 11 | 59 | 15 | 30 | 50 | 2C |
| Octal | 311 | 246 | 26 | 0 | 21 | 131 | 25 | 60 | 120 | 54 |
| Binary | 11001001 | 10100110 | 10110 | 0 | 10001 | 1011001 | 10101 | 110000 | 1010000 | 101100 |
Color Harmonies of #C9A616
Complementary color
Monochromatic Colors of #C9A616
Black with #C9A616
Text Example
Text Example
White with #C9A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A616; }
p { color: rgb(201,166,22); }
H1.HeaderClassName
{
color: #C9A616;
}
.AnyTagClassName
{
color: #C9A616;
}
</style>
background-color css
<style>
a { background-color: #C9A616; }
a { background-color: rgb(201,166,22); }
div.DivClassName
{
background-color: #C9A616;
}
.BgClassName
{
background-color: #C9A616;
}
</style>
border-color css
<style>
span { border-color: #C9A616; }
span { border-color: rgb(201,166,22); }
td.TdClassName
{
border-color: #C9A616;
}
.TagClassName
{
border-color: #C9A616;
}
</style>