Shades of Buddha Gold #C9A119
Tints of Buddha Gold #C9A119
RGB
CMYK
RGB Variations
Color information
#C9A119 (or 0xC9A119) is known color: Buddha Gold. HEX triplet: C9, A1 and 19. RGB value is (201,161,25). Sum of RGB (Red+Green+Blue) = 201+161+25=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A119 is #365EE6. Grayscale: #9E9E9E. Windows color (decimal): -3563239 or 1679817. OLE color: 1679817.
HSL color Cylindrical-coordinate representation of color #C9A119: hue angle of 46.36º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9A119 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 25 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.21 |
| HSL | 46.36º | 0.78% | 0.44% | - |
| HSV(B) | 46.36º | 0.88% | 0.79% | - |
| XYZ | 37.01 | 37.98 | 6.3 | - |
| YUV | 157.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 25 | 0 | 0.20 | 0.88 | 0.21 | 46.36 | 0.78 | 0.44 |
| Hex | C9 | A1 | 19 | 0 | 14 | 58 | 15 | 2E | 4E | 2C |
| Octal | 311 | 241 | 31 | 0 | 24 | 130 | 25 | 56 | 116 | 54 |
| Binary | 11001001 | 10100001 | 11001 | 0 | 10100 | 1011000 | 10101 | 101110 | 1001110 | 101100 |
Color Harmonies of #C9A119
Complementary color
Monochromatic Colors of #C9A119
Black with #C9A119
Text Example
Text Example
White with #C9A119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A119; }
p { color: rgb(201,161,25); }
H1.HeaderClassName
{
color: #C9A119;
}
.AnyTagClassName
{
color: #C9A119;
}
</style>
background-color css
<style>
a { background-color: #C9A119; }
a { background-color: rgb(201,161,25); }
div.DivClassName
{
background-color: #C9A119;
}
.BgClassName
{
background-color: #C9A119;
}
</style>
border-color css
<style>
span { border-color: #C9A119; }
span { border-color: rgb(201,161,25); }
td.TdClassName
{
border-color: #C9A119;
}
.TagClassName
{
border-color: #C9A119;
}
</style>