Shades of Buddha Gold #C0A805
Tints of Buddha Gold #C0A805
RGB
CMYK
RGB Variations
Color information
#C0A805 (or 0xC0A805) is known color: Buddha Gold. HEX triplet: C0, A8 and 05. RGB value is (192,168,5). Sum of RGB (Red+Green+Blue) = 192+168+5=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A805 is #3F57FA. Grayscale: #9D9D9D. Windows color (decimal): -4151291 or 370880. OLE color: 370880.
HSL color Cylindrical-coordinate representation of color #C0A805: hue angle of 52.3º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0A805 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.25 |
| HSL | 52.3º | 0.95% | 0.39% | - |
| HSV(B) | 52.3º | 0.97% | 0.75% | - |
| XYZ | 35.77 | 39.22 | 5.83 | - |
| YUV | 156.59 | 42.45 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 5 | 0 | 0.12 | 0.97 | 0.25 | 52.3 | 0.95 | 0.39 |
| Hex | C0 | A8 | 5 | 0 | C | 61 | 19 | 34 | 5F | 27 |
| Octal | 300 | 250 | 5 | 0 | 14 | 141 | 31 | 64 | 137 | 47 |
| Binary | 11000000 | 10101000 | 101 | 0 | 1100 | 1100001 | 11001 | 110100 | 1011111 | 100111 |
Color Harmonies of #C0A805
Complementary color
Monochromatic Colors of #C0A805
Black with #C0A805
Text Example
Text Example
White with #C0A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A805; }
p { color: rgb(192,168,5); }
H1.HeaderClassName
{
color: #C0A805;
}
.AnyTagClassName
{
color: #C0A805;
}
</style>
background-color css
<style>
a { background-color: #C0A805; }
a { background-color: rgb(192,168,5); }
div.DivClassName
{
background-color: #C0A805;
}
.BgClassName
{
background-color: #C0A805;
}
</style>
border-color css
<style>
span { border-color: #C0A805; }
span { border-color: rgb(192,168,5); }
td.TdClassName
{
border-color: #C0A805;
}
.TagClassName
{
border-color: #C0A805;
}
</style>