Shades of Buddha Gold #C9A00F
Tints of Buddha Gold #C9A00F
RGB
CMYK
RGB Variations
Color information
#C9A00F (or 0xC9A00F) is known color: Buddha Gold. HEX triplet: C9, A0 and 0F. RGB value is (201,160,15). Sum of RGB (Red+Green+Blue) = 201+160+15=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A00F is #365FF0. Grayscale: #9C9C9C. Windows color (decimal): -3563505 or 1024201. OLE color: 1024201.
HSL color Cylindrical-coordinate representation of color #C9A00F: hue angle of 46.77º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9A00F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 15 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.21 |
| HSL | 46.77º | 0.86% | 0.42% | - |
| HSV(B) | 46.77º | 0.93% | 0.79% | - |
| XYZ | 36.74 | 37.59 | 5.77 | - |
| YUV | 155.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 15 | 0 | 0.20 | 0.93 | 0.21 | 46.77 | 0.86 | 0.42 |
| Hex | C9 | A0 | F | 0 | 14 | 5D | 15 | 2F | 56 | 2A |
| Octal | 311 | 240 | 17 | 0 | 24 | 135 | 25 | 57 | 126 | 52 |
| Binary | 11001001 | 10100000 | 1111 | 0 | 10100 | 1011101 | 10101 | 101111 | 1010110 | 101010 |
Color Harmonies of #C9A00F
Complementary color
Monochromatic Colors of #C9A00F
Black with #C9A00F
Text Example
Text Example
White with #C9A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A00F; }
p { color: rgb(201,160,15); }
H1.HeaderClassName
{
color: #C9A00F;
}
.AnyTagClassName
{
color: #C9A00F;
}
</style>
background-color css
<style>
a { background-color: #C9A00F; }
a { background-color: rgb(201,160,15); }
div.DivClassName
{
background-color: #C9A00F;
}
.BgClassName
{
background-color: #C9A00F;
}
</style>
border-color css
<style>
span { border-color: #C9A00F; }
span { border-color: rgb(201,160,15); }
td.TdClassName
{
border-color: #C9A00F;
}
.TagClassName
{
border-color: #C9A00F;
}
</style>