Shades of La Rioja #C0D100
Tints of La Rioja #C0D100
RGB
CMYK
RGB Variations
Color information
#C0D100 (or 0xC0D100) is known color: La Rioja. HEX triplet: C0, D1 and 00. RGB value is (192,209,0). Sum of RGB (Red+Green+Blue) = 192+209+0=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D100 is #3F2EFF. Grayscale: #B4B4B4. Windows color (decimal): -4140800 or 53696. OLE color: 53696.
HSL color Cylindrical-coordinate representation of color #C0D100: hue angle of 64.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0D100 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.18 |
| HSL | 64.88º | 1% | 0.41% | - |
| HSV(B) | 64.88º | 1% | 0.82% | - |
| XYZ | 44.54 | 56.81 | 8.62 | - |
| YUV | 180.09 | 26.37 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 0 | 0.08 | 0 | 1 | 0.18 | 64.88 | 1 | 0.41 |
| Hex | C0 | D1 | 0 | 8 | 0 | 64 | 12 | 41 | 64 | 29 |
| Octal | 300 | 321 | 0 | 10 | 0 | 144 | 22 | 101 | 144 | 51 |
| Binary | 11000000 | 11010001 | 0 | 1000 | 0 | 1100100 | 10010 | 1000001 | 1100100 | 101001 |
Color Harmonies of #C0D100
Complementary color
Monochromatic Colors of #C0D100
Black with #C0D100
Text Example
Text Example
White with #C0D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D100; }
p { color: rgb(192,209,0); }
H1.HeaderClassName
{
color: #C0D100;
}
.AnyTagClassName
{
color: #C0D100;
}
</style>
background-color css
<style>
a { background-color: #C0D100; }
a { background-color: rgb(192,209,0); }
div.DivClassName
{
background-color: #C0D100;
}
.BgClassName
{
background-color: #C0D100;
}
</style>
border-color css
<style>
span { border-color: #C0D100; }
span { border-color: rgb(192,209,0); }
td.TdClassName
{
border-color: #C0D100;
}
.TagClassName
{
border-color: #C0D100;
}
</style>