Shades of Buddha Gold #C9A310
Tints of Buddha Gold #C9A310
RGB
CMYK
RGB Variations
Color information
#C9A310 (or 0xC9A310) is known color: Buddha Gold. HEX triplet: C9, A3 and 10. RGB value is (201,163,16). Sum of RGB (Red+Green+Blue) = 201+163+16=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A310 is #365CEF. Grayscale: #9E9E9E. Windows color (decimal): -3562736 or 1090505. OLE color: 1090505.
HSL color Cylindrical-coordinate representation of color #C9A310: hue angle of 47.68º 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 #C9A310 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.21 |
| HSL | 47.68º | 0.85% | 0.43% | - |
| HSV(B) | 47.68º | 0.92% | 0.79% | - |
| XYZ | 37.28 | 38.65 | 5.99 | - |
| YUV | 157.6 | 48.09 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 16 | 0 | 0.19 | 0.92 | 0.21 | 47.68 | 0.85 | 0.43 |
| Hex | C9 | A3 | 10 | 0 | 13 | 5C | 15 | 30 | 55 | 2B |
| Octal | 311 | 243 | 20 | 0 | 23 | 134 | 25 | 60 | 125 | 53 |
| Binary | 11001001 | 10100011 | 10000 | 0 | 10011 | 1011100 | 10101 | 110000 | 1010101 | 101011 |
Color Harmonies of #C9A310
Complementary color
Monochromatic Colors of #C9A310
Black with #C9A310
Text Example
Text Example
White with #C9A310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A310; }
p { color: rgb(201,163,16); }
H1.HeaderClassName
{
color: #C9A310;
}
.AnyTagClassName
{
color: #C9A310;
}
</style>
background-color css
<style>
a { background-color: #C9A310; }
a { background-color: rgb(201,163,16); }
div.DivClassName
{
background-color: #C9A310;
}
.BgClassName
{
background-color: #C9A310;
}
</style>
border-color css
<style>
span { border-color: #C9A310; }
span { border-color: rgb(201,163,16); }
td.TdClassName
{
border-color: #C9A310;
}
.TagClassName
{
border-color: #C9A310;
}
</style>