Shades of Buddha Gold #C9A105
Tints of Buddha Gold #C9A105
RGB
CMYK
RGB Variations
Color information
#C9A105 (or 0xC9A105) is known color: Buddha Gold. HEX triplet: C9, A1 and 05. RGB value is (201,161,5). Sum of RGB (Red+Green+Blue) = 201+161+5=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A105 is #365EFA. Grayscale: #9B9B9B. Windows color (decimal): -3563259 or 369097. OLE color: 369097.
HSL color Cylindrical-coordinate representation of color #C9A105: hue angle of 47.76º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9A105 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.21 |
| HSL | 47.76º | 0.95% | 0.4% | - |
| HSV(B) | 47.76º | 0.98% | 0.79% | - |
| XYZ | 36.86 | 37.92 | 5.52 | - |
| YUV | 155.18 | 43.25 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 5 | 0 | 0.20 | 0.98 | 0.21 | 47.76 | 0.95 | 0.4 |
| Hex | C9 | A1 | 5 | 0 | 14 | 62 | 15 | 30 | 5F | 28 |
| Octal | 311 | 241 | 5 | 0 | 24 | 142 | 25 | 60 | 137 | 50 |
| Binary | 11001001 | 10100001 | 101 | 0 | 10100 | 1100010 | 10101 | 110000 | 1011111 | 101000 |
Color Harmonies of #C9A105
Complementary color
Monochromatic Colors of #C9A105
Black with #C9A105
Text Example
Text Example
White with #C9A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A105; }
p { color: rgb(201,161,5); }
H1.HeaderClassName
{
color: #C9A105;
}
.AnyTagClassName
{
color: #C9A105;
}
</style>
background-color css
<style>
a { background-color: #C9A105; }
a { background-color: rgb(201,161,5); }
div.DivClassName
{
background-color: #C9A105;
}
.BgClassName
{
background-color: #C9A105;
}
</style>
border-color css
<style>
span { border-color: #C9A105; }
span { border-color: rgb(201,161,5); }
td.TdClassName
{
border-color: #C9A105;
}
.TagClassName
{
border-color: #C9A105;
}
</style>