Shades of La Rioja #C0C50A
Tints of La Rioja #C0C50A
RGB
CMYK
RGB Variations
Color information
#C0C50A (or 0xC0C50A) is known color: La Rioja. HEX triplet: C0, C5 and 0A. RGB value is (192,197,10). Sum of RGB (Red+Green+Blue) = 192+197+10=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C50A is #3F3AF5. Grayscale: #AEAEAE. Windows color (decimal): -4143862 or 705984. OLE color: 705984.
HSL color Cylindrical-coordinate representation of color #C0C50A: hue angle of 61.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0C50A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.23 |
| HSL | 61.6º | 0.9% | 0.41% | - |
| HSV(B) | 61.6º | 0.95% | 0.77% | - |
| XYZ | 41.76 | 51.16 | 7.96 | - |
| YUV | 174.19 | 35.34 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 10 | 0.03 | 0 | 0.95 | 0.23 | 61.6 | 0.9 | 0.41 |
| Hex | C0 | C5 | A | 3 | 0 | 5F | 17 | 3E | 5A | 29 |
| Octal | 300 | 305 | 12 | 3 | 0 | 137 | 27 | 76 | 132 | 51 |
| Binary | 11000000 | 11000101 | 1010 | 11 | 0 | 1011111 | 10111 | 111110 | 1011010 | 101001 |
Color Harmonies of #C0C50A
Complementary color
Monochromatic Colors of #C0C50A
Black with #C0C50A
Text Example
Text Example
White with #C0C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C50A; }
p { color: rgb(192,197,10); }
H1.HeaderClassName
{
color: #C0C50A;
}
.AnyTagClassName
{
color: #C0C50A;
}
</style>
background-color css
<style>
a { background-color: #C0C50A; }
a { background-color: rgb(192,197,10); }
div.DivClassName
{
background-color: #C0C50A;
}
.BgClassName
{
background-color: #C0C50A;
}
</style>
border-color css
<style>
span { border-color: #C0C50A; }
span { border-color: rgb(192,197,10); }
td.TdClassName
{
border-color: #C0C50A;
}
.TagClassName
{
border-color: #C0C50A;
}
</style>