Shades of Buddha Gold #C9A719
Tints of Buddha Gold #C9A719
RGB
CMYK
RGB Variations
Color information
#C9A719 (or 0xC9A719) is known color: Buddha Gold. HEX triplet: C9, A7 and 19. RGB value is (201,167,25). Sum of RGB (Red+Green+Blue) = 201+167+25=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A719 is #3658E6. Grayscale: #A1A1A1. Windows color (decimal): -3561703 or 1681353. OLE color: 1681353.
HSL color Cylindrical-coordinate representation of color #C9A719: hue angle of 48.41º 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 #C9A719 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 25 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.21 |
| HSL | 48.41º | 0.78% | 0.44% | - |
| HSV(B) | 48.41º | 0.88% | 0.79% | - |
| XYZ | 38.08 | 40.13 | 6.66 | - |
| YUV | 160.98 | 51.26 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 25 | 0 | 0.17 | 0.88 | 0.21 | 48.41 | 0.78 | 0.44 |
| Hex | C9 | A7 | 19 | 0 | 11 | 58 | 15 | 30 | 4E | 2C |
| Octal | 311 | 247 | 31 | 0 | 21 | 130 | 25 | 60 | 116 | 54 |
| Binary | 11001001 | 10100111 | 11001 | 0 | 10001 | 1011000 | 10101 | 110000 | 1001110 | 101100 |
Color Harmonies of #C9A719
Complementary color
Monochromatic Colors of #C9A719
Black with #C9A719
Text Example
Text Example
White with #C9A719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A719; }
p { color: rgb(201,167,25); }
H1.HeaderClassName
{
color: #C9A719;
}
.AnyTagClassName
{
color: #C9A719;
}
</style>
background-color css
<style>
a { background-color: #C9A719; }
a { background-color: rgb(201,167,25); }
div.DivClassName
{
background-color: #C9A719;
}
.BgClassName
{
background-color: #C9A719;
}
</style>
border-color css
<style>
span { border-color: #C9A719; }
span { border-color: rgb(201,167,25); }
td.TdClassName
{
border-color: #C9A719;
}
.TagClassName
{
border-color: #C9A719;
}
</style>