Shades of Buddha Gold #C0A000
Tints of Buddha Gold #C0A000
RGB
CMYK
RGB Variations
Color information
#C0A000 (or 0xC0A000) is known color: Buddha Gold. HEX triplet: C0, A0 and 00. RGB value is (192,160,0). Sum of RGB (Red+Green+Blue) = 192+160+0=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A000 is #3F5FFF. Grayscale: #989898. Windows color (decimal): -4153344 or 41152. OLE color: 41152.
HSL color Cylindrical-coordinate representation of color #C0A000: hue angle of 50º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0A000 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.25 |
| HSL | 50º | 1% | 0.38% | - |
| HSV(B) | 50º | 1% | 0.75% | - |
| XYZ | 34.31 | 36.35 | 5.21 | - |
| YUV | 151.33 | 42.6 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 0 | 0 | 0.17 | 1 | 0.25 | 50 | 1 | 0.38 |
| Hex | C0 | A0 | 0 | 0 | 11 | 64 | 19 | 32 | 64 | 26 |
| Octal | 300 | 240 | 0 | 0 | 21 | 144 | 31 | 62 | 144 | 46 |
| Binary | 11000000 | 10100000 | 0 | 0 | 10001 | 1100100 | 11001 | 110010 | 1100100 | 100110 |
Color Harmonies of #C0A000
Complementary color
Monochromatic Colors of #C0A000
Black with #C0A000
Text Example
Text Example
White with #C0A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A000; }
p { color: rgb(192,160,0); }
H1.HeaderClassName
{
color: #C0A000;
}
.AnyTagClassName
{
color: #C0A000;
}
</style>
background-color css
<style>
a { background-color: #C0A000; }
a { background-color: rgb(192,160,0); }
div.DivClassName
{
background-color: #C0A000;
}
.BgClassName
{
background-color: #C0A000;
}
</style>
border-color css
<style>
span { border-color: #C0A000; }
span { border-color: rgb(192,160,0); }
td.TdClassName
{
border-color: #C0A000;
}
.TagClassName
{
border-color: #C0A000;
}
</style>