Shades of Buddha Gold #C9AA15
Tints of Buddha Gold #C9AA15
RGB
CMYK
RGB Variations
Color information
#C9AA15 (or 0xC9AA15) is known color: Buddha Gold. HEX triplet: C9, AA and 15. RGB value is (201,170,21). Sum of RGB (Red+Green+Blue) = 201+170+21=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AA15 is #3655EA. Grayscale: #A2A2A2. Windows color (decimal): -3560939 or 1419977. OLE color: 1419977.
HSL color Cylindrical-coordinate representation of color #C9AA15: hue angle of 49.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9AA15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 21 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.21 |
| HSL | 49.67º | 0.81% | 0.44% | - |
| HSV(B) | 49.67º | 0.9% | 0.79% | - |
| XYZ | 38.6 | 41.22 | 6.63 | - |
| YUV | 162.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 21 | 0 | 0.15 | 0.90 | 0.21 | 49.67 | 0.81 | 0.44 |
| Hex | C9 | AA | 15 | 0 | F | 5A | 15 | 32 | 51 | 2C |
| Octal | 311 | 252 | 25 | 0 | 17 | 132 | 25 | 62 | 121 | 54 |
| Binary | 11001001 | 10101010 | 10101 | 0 | 1111 | 1011010 | 10101 | 110010 | 1010001 | 101100 |
Color Harmonies of #C9AA15
Complementary color
Monochromatic Colors of #C9AA15
Black with #C9AA15
Text Example
Text Example
White with #C9AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA15; }
p { color: rgb(201,170,21); }
H1.HeaderClassName
{
color: #C9AA15;
}
.AnyTagClassName
{
color: #C9AA15;
}
</style>
background-color css
<style>
a { background-color: #C9AA15; }
a { background-color: rgb(201,170,21); }
div.DivClassName
{
background-color: #C9AA15;
}
.BgClassName
{
background-color: #C9AA15;
}
</style>
border-color css
<style>
span { border-color: #C9AA15; }
span { border-color: rgb(201,170,21); }
td.TdClassName
{
border-color: #C9AA15;
}
.TagClassName
{
border-color: #C9AA15;
}
</style>