Shades of Buddha Gold #C9A219
Tints of Buddha Gold #C9A219
RGB
CMYK
RGB Variations
Color information
#C9A219 (or 0xC9A219) is known color: Buddha Gold. HEX triplet: C9, A2 and 19. RGB value is (201,162,25). Sum of RGB (Red+Green+Blue) = 201+162+25=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A219 is #365DE6. Grayscale: #9E9E9E. Windows color (decimal): -3562983 or 1680073. OLE color: 1680073.
HSL color Cylindrical-coordinate representation of color #C9A219: hue angle of 46.7º 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 #C9A219 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 25 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.21 |
| HSL | 46.7º | 0.78% | 0.44% | - |
| HSV(B) | 46.7º | 0.88% | 0.79% | - |
| XYZ | 37.18 | 38.33 | 6.36 | - |
| YUV | 158.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 25 | 0 | 0.19 | 0.88 | 0.21 | 46.7 | 0.78 | 0.44 |
| Hex | C9 | A2 | 19 | 0 | 13 | 58 | 15 | 2F | 4E | 2C |
| Octal | 311 | 242 | 31 | 0 | 23 | 130 | 25 | 57 | 116 | 54 |
| Binary | 11001001 | 10100010 | 11001 | 0 | 10011 | 1011000 | 10101 | 101111 | 1001110 | 101100 |
Color Harmonies of #C9A219
Complementary color
Monochromatic Colors of #C9A219
Black with #C9A219
Text Example
Text Example
White with #C9A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A219; }
p { color: rgb(201,162,25); }
H1.HeaderClassName
{
color: #C9A219;
}
.AnyTagClassName
{
color: #C9A219;
}
</style>
background-color css
<style>
a { background-color: #C9A219; }
a { background-color: rgb(201,162,25); }
div.DivClassName
{
background-color: #C9A219;
}
.BgClassName
{
background-color: #C9A219;
}
</style>
border-color css
<style>
span { border-color: #C9A219; }
span { border-color: rgb(201,162,25); }
td.TdClassName
{
border-color: #C9A219;
}
.TagClassName
{
border-color: #C9A219;
}
</style>