Shades of Buddha Gold #C9A805
Tints of Buddha Gold #C9A805
RGB
CMYK
RGB Variations
Color information
#C9A805 (or 0xC9A805) is known color: Buddha Gold. HEX triplet: C9, A8 and 05. RGB value is (201,168,5). Sum of RGB (Red+Green+Blue) = 201+168+5=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A805 is #3657FA. Grayscale: #9F9F9F. Windows color (decimal): -3561467 or 370889. OLE color: 370889.
HSL color Cylindrical-coordinate representation of color #C9A805: hue angle of 49.9º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9A805 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.21 |
| HSL | 49.9º | 0.95% | 0.4% | - |
| HSV(B) | 49.9º | 0.98% | 0.79% | - |
| XYZ | 38.12 | 40.43 | 5.94 | - |
| YUV | 159.29 | 40.93 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 5 | 0 | 0.16 | 0.98 | 0.21 | 49.9 | 0.95 | 0.4 |
| Hex | C9 | A8 | 5 | 0 | 10 | 62 | 15 | 32 | 5F | 28 |
| Octal | 311 | 250 | 5 | 0 | 20 | 142 | 25 | 62 | 137 | 50 |
| Binary | 11001001 | 10101000 | 101 | 0 | 10000 | 1100010 | 10101 | 110010 | 1011111 | 101000 |
Color Harmonies of #C9A805
Complementary color
Monochromatic Colors of #C9A805
Black with #C9A805
Text Example
Text Example
White with #C9A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A805; }
p { color: rgb(201,168,5); }
H1.HeaderClassName
{
color: #C9A805;
}
.AnyTagClassName
{
color: #C9A805;
}
</style>
background-color css
<style>
a { background-color: #C9A805; }
a { background-color: rgb(201,168,5); }
div.DivClassName
{
background-color: #C9A805;
}
.BgClassName
{
background-color: #C9A805;
}
</style>
border-color css
<style>
span { border-color: #C9A805; }
span { border-color: rgb(201,168,5); }
td.TdClassName
{
border-color: #C9A805;
}
.TagClassName
{
border-color: #C9A805;
}
</style>