Shades of Buddha Gold #C9A410
Tints of Buddha Gold #C9A410
RGB
CMYK
RGB Variations
Color information
#C9A410 (or 0xC9A410) is known color: Buddha Gold. HEX triplet: C9, A4 and 10. RGB value is (201,164,16). Sum of RGB (Red+Green+Blue) = 201+164+16=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A410 is #365BEF. Grayscale: #9E9E9E. Windows color (decimal): -3562480 or 1090761. OLE color: 1090761.
HSL color Cylindrical-coordinate representation of color #C9A410: hue angle of 48º 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 #C9A410 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 16 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.21 |
| HSL | 48º | 0.85% | 0.43% | - |
| HSV(B) | 48º | 0.92% | 0.79% | - |
| XYZ | 37.46 | 39.01 | 6.04 | - |
| YUV | 158.19 | 47.76 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 16 | 0 | 0.18 | 0.92 | 0.21 | 48 | 0.85 | 0.43 |
| Hex | C9 | A4 | 10 | 0 | 12 | 5C | 15 | 30 | 55 | 2B |
| Octal | 311 | 244 | 20 | 0 | 22 | 134 | 25 | 60 | 125 | 53 |
| Binary | 11001001 | 10100100 | 10000 | 0 | 10010 | 1011100 | 10101 | 110000 | 1010101 | 101011 |
Color Harmonies of #C9A410
Complementary color
Monochromatic Colors of #C9A410
Black with #C9A410
Text Example
Text Example
White with #C9A410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A410; }
p { color: rgb(201,164,16); }
H1.HeaderClassName
{
color: #C9A410;
}
.AnyTagClassName
{
color: #C9A410;
}
</style>
background-color css
<style>
a { background-color: #C9A410; }
a { background-color: rgb(201,164,16); }
div.DivClassName
{
background-color: #C9A410;
}
.BgClassName
{
background-color: #C9A410;
}
</style>
border-color css
<style>
span { border-color: #C9A410; }
span { border-color: rgb(201,164,16); }
td.TdClassName
{
border-color: #C9A410;
}
.TagClassName
{
border-color: #C9A410;
}
</style>