Shades of Buddha Gold #C9A007
Tints of Buddha Gold #C9A007
RGB
CMYK
RGB Variations
Color information
#C9A007 (or 0xC9A007) is known color: Buddha Gold. HEX triplet: C9, A0 and 07. RGB value is (201,160,7). Sum of RGB (Red+Green+Blue) = 201+160+7=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A007 is #365FF8. Grayscale: #9B9B9B. Windows color (decimal): -3563513 or 499913. OLE color: 499913.
HSL color Cylindrical-coordinate representation of color #C9A007: hue angle of 47.32º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9A007 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 7 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.21 |
| HSL | 47.32º | 0.93% | 0.41% | - |
| HSV(B) | 47.32º | 0.97% | 0.79% | - |
| XYZ | 36.7 | 37.57 | 5.52 | - |
| YUV | 154.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 7 | 0 | 0.20 | 0.97 | 0.21 | 47.32 | 0.93 | 0.41 |
| Hex | C9 | A0 | 7 | 0 | 14 | 61 | 15 | 2F | 5D | 29 |
| Octal | 311 | 240 | 7 | 0 | 24 | 141 | 25 | 57 | 135 | 51 |
| Binary | 11001001 | 10100000 | 111 | 0 | 10100 | 1100001 | 10101 | 101111 | 1011101 | 101001 |
Color Harmonies of #C9A007
Complementary color
Monochromatic Colors of #C9A007
Black with #C9A007
Text Example
Text Example
White with #C9A007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A007; }
p { color: rgb(201,160,7); }
H1.HeaderClassName
{
color: #C9A007;
}
.AnyTagClassName
{
color: #C9A007;
}
</style>
background-color css
<style>
a { background-color: #C9A007; }
a { background-color: rgb(201,160,7); }
div.DivClassName
{
background-color: #C9A007;
}
.BgClassName
{
background-color: #C9A007;
}
</style>
border-color css
<style>
span { border-color: #C9A007; }
span { border-color: rgb(201,160,7); }
td.TdClassName
{
border-color: #C9A007;
}
.TagClassName
{
border-color: #C9A007;
}
</style>