Shades of Buddha Gold #C0A003
Tints of Buddha Gold #C0A003
RGB
CMYK
RGB Variations
Color information
#C0A003 (or 0xC0A003) is known color: Buddha Gold. HEX triplet: C0, A0 and 03. RGB value is (192,160,3). Sum of RGB (Red+Green+Blue) = 192+160+3=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A003 is #3F5FFC. Grayscale: #989898. Windows color (decimal): -4153341 or 237760. OLE color: 237760.
HSL color Cylindrical-coordinate representation of color #C0A003: hue angle of 49.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0A003 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 3 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.25 |
| HSL | 49.84º | 0.97% | 0.38% | - |
| HSV(B) | 49.84º | 0.98% | 0.75% | - |
| XYZ | 34.33 | 36.35 | 5.29 | - |
| YUV | 151.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 3 | 0 | 0.17 | 0.98 | 0.25 | 49.84 | 0.97 | 0.38 |
| Hex | C0 | A0 | 3 | 0 | 11 | 62 | 19 | 32 | 61 | 26 |
| Octal | 300 | 240 | 3 | 0 | 21 | 142 | 31 | 62 | 141 | 46 |
| Binary | 11000000 | 10100000 | 11 | 0 | 10001 | 1100010 | 11001 | 110010 | 1100001 | 100110 |
Color Harmonies of #C0A003
Complementary color
Monochromatic Colors of #C0A003
Black with #C0A003
Text Example
Text Example
White with #C0A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A003; }
p { color: rgb(192,160,3); }
H1.HeaderClassName
{
color: #C0A003;
}
.AnyTagClassName
{
color: #C0A003;
}
</style>
background-color css
<style>
a { background-color: #C0A003; }
a { background-color: rgb(192,160,3); }
div.DivClassName
{
background-color: #C0A003;
}
.BgClassName
{
background-color: #C0A003;
}
</style>
border-color css
<style>
span { border-color: #C0A003; }
span { border-color: rgb(192,160,3); }
td.TdClassName
{
border-color: #C0A003;
}
.TagClassName
{
border-color: #C0A003;
}
</style>