Shades of Buddha Gold #C0A204
Tints of Buddha Gold #C0A204
RGB
CMYK
RGB Variations
Color information
#C0A204 (or 0xC0A204) is known color: Buddha Gold. HEX triplet: C0, A2 and 04. RGB value is (192,162,4). Sum of RGB (Red+Green+Blue) = 192+162+4=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A204 is #3F5DFB. Grayscale: #999999. Windows color (decimal): -4152828 or 303808. OLE color: 303808.
HSL color Cylindrical-coordinate representation of color #C0A204: hue angle of 50.43º degrees, saturation: 0.96, 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 #C0A204 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.25 |
| HSL | 50.43º | 0.96% | 0.38% | - |
| HSV(B) | 50.43º | 0.98% | 0.75% | - |
| XYZ | 34.68 | 37.06 | 5.44 | - |
| YUV | 152.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 4 | 0 | 0.16 | 0.98 | 0.25 | 50.43 | 0.96 | 0.38 |
| Hex | C0 | A2 | 4 | 0 | 10 | 62 | 19 | 32 | 60 | 26 |
| Octal | 300 | 242 | 4 | 0 | 20 | 142 | 31 | 62 | 140 | 46 |
| Binary | 11000000 | 10100010 | 100 | 0 | 10000 | 1100010 | 11001 | 110010 | 1100000 | 100110 |
Color Harmonies of #C0A204
Complementary color
Monochromatic Colors of #C0A204
Black with #C0A204
Text Example
Text Example
White with #C0A204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A204; }
p { color: rgb(192,162,4); }
H1.HeaderClassName
{
color: #C0A204;
}
.AnyTagClassName
{
color: #C0A204;
}
</style>
background-color css
<style>
a { background-color: #C0A204; }
a { background-color: rgb(192,162,4); }
div.DivClassName
{
background-color: #C0A204;
}
.BgClassName
{
background-color: #C0A204;
}
</style>
border-color css
<style>
span { border-color: #C0A204; }
span { border-color: rgb(192,162,4); }
td.TdClassName
{
border-color: #C0A204;
}
.TagClassName
{
border-color: #C0A204;
}
</style>