Shades of La Rioja #C0C20B
Tints of La Rioja #C0C20B
RGB
CMYK
RGB Variations
Color information
#C0C20B (or 0xC0C20B) is known color: La Rioja. HEX triplet: C0, C2 and 0B. RGB value is (192,194,11). Sum of RGB (Red+Green+Blue) = 192+194+11=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C20B is #3F3DF4. Grayscale: #ADADAD. Windows color (decimal): -4144629 or 770752. OLE color: 770752.
HSL color Cylindrical-coordinate representation of color #C0C20B: hue angle of 60.66º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0C20B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.24 |
| HSL | 60.66º | 0.89% | 0.4% | - |
| HSV(B) | 60.66º | 0.94% | 0.76% | - |
| XYZ | 41.09 | 49.81 | 7.77 | - |
| YUV | 172.54 | 36.84 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 11 | 0.01 | 0 | 0.94 | 0.24 | 60.66 | 0.89 | 0.4 |
| Hex | C0 | C2 | B | 1 | 0 | 5E | 18 | 3D | 59 | 28 |
| Octal | 300 | 302 | 13 | 1 | 0 | 136 | 30 | 75 | 131 | 50 |
| Binary | 11000000 | 11000010 | 1011 | 1 | 0 | 1011110 | 11000 | 111101 | 1011001 | 101000 |
Color Harmonies of #C0C20B
Complementary color
Monochromatic Colors of #C0C20B
Black with #C0C20B
Text Example
Text Example
White with #C0C20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C20B; }
p { color: rgb(192,194,11); }
H1.HeaderClassName
{
color: #C0C20B;
}
.AnyTagClassName
{
color: #C0C20B;
}
</style>
background-color css
<style>
a { background-color: #C0C20B; }
a { background-color: rgb(192,194,11); }
div.DivClassName
{
background-color: #C0C20B;
}
.BgClassName
{
background-color: #C0C20B;
}
</style>
border-color css
<style>
span { border-color: #C0C20B; }
span { border-color: rgb(192,194,11); }
td.TdClassName
{
border-color: #C0C20B;
}
.TagClassName
{
border-color: #C0C20B;
}
</style>