Shades of Buddha Gold #C9A101
Tints of Buddha Gold #C9A101
RGB
CMYK
RGB Variations
Color information
#C9A101 (or 0xC9A101) is known color: Buddha Gold. HEX triplet: C9, A1 and 01. RGB value is (201,161,1). Sum of RGB (Red+Green+Blue) = 201+161+1=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A101 is #365EFE. Grayscale: #9B9B9B. Windows color (decimal): -3563263 or 106953. OLE color: 106953.
HSL color Cylindrical-coordinate representation of color #C9A101: hue angle of 48º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9A101 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.21 |
| HSL | 48º | 0.99% | 0.4% | - |
| HSV(B) | 48º | 1% | 0.79% | - |
| XYZ | 36.84 | 37.91 | 5.4 | - |
| YUV | 154.72 | 41.25 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 1 | 0 | 0.20 | 1.00 | 0.21 | 48 | 0.99 | 0.4 |
| Hex | C9 | A1 | 1 | 0 | 14 | 64 | 15 | 30 | 63 | 28 |
| Octal | 311 | 241 | 1 | 0 | 24 | 144 | 25 | 60 | 143 | 50 |
| Binary | 11001001 | 10100001 | 1 | 0 | 10100 | 1100100 | 10101 | 110000 | 1100011 | 101000 |
Color Harmonies of #C9A101
Complementary color
Monochromatic Colors of #C9A101
Black with #C9A101
Text Example
Text Example
White with #C9A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A101; }
p { color: rgb(201,161,1); }
H1.HeaderClassName
{
color: #C9A101;
}
.AnyTagClassName
{
color: #C9A101;
}
</style>
background-color css
<style>
a { background-color: #C9A101; }
a { background-color: rgb(201,161,1); }
div.DivClassName
{
background-color: #C9A101;
}
.BgClassName
{
background-color: #C9A101;
}
</style>
border-color css
<style>
span { border-color: #C9A101; }
span { border-color: rgb(201,161,1); }
td.TdClassName
{
border-color: #C9A101;
}
.TagClassName
{
border-color: #C9A101;
}
</style>