Shades of La Rioja #C0D204
Tints of La Rioja #C0D204
RGB
CMYK
RGB Variations
Color information
#C0D204 (or 0xC0D204) is known color: La Rioja. HEX triplet: C0, D2 and 04. RGB value is (192,210,4). Sum of RGB (Red+Green+Blue) = 192+210+4=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D204 is #3F2DFB. Grayscale: #B5B5B5. Windows color (decimal): -4140540 or 316096. OLE color: 316096.
HSL color Cylindrical-coordinate representation of color #C0D204: hue angle of 65.24º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0D204 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.18 |
| HSL | 65.24º | 0.96% | 0.42% | - |
| HSV(B) | 65.24º | 0.98% | 0.82% | - |
| XYZ | 44.81 | 57.31 | 8.81 | - |
| YUV | 181.13 | 28.04 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 4 | 0.09 | 0 | 0.98 | 0.18 | 65.24 | 0.96 | 0.42 |
| Hex | C0 | D2 | 4 | 9 | 0 | 62 | 12 | 41 | 60 | 2A |
| Octal | 300 | 322 | 4 | 11 | 0 | 142 | 22 | 101 | 140 | 52 |
| Binary | 11000000 | 11010010 | 100 | 1001 | 0 | 1100010 | 10010 | 1000001 | 1100000 | 101010 |
Color Harmonies of #C0D204
Complementary color
Monochromatic Colors of #C0D204
Black with #C0D204
Text Example
Text Example
White with #C0D204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D204; }
p { color: rgb(192,210,4); }
H1.HeaderClassName
{
color: #C0D204;
}
.AnyTagClassName
{
color: #C0D204;
}
</style>
background-color css
<style>
a { background-color: #C0D204; }
a { background-color: rgb(192,210,4); }
div.DivClassName
{
background-color: #C0D204;
}
.BgClassName
{
background-color: #C0D204;
}
</style>
border-color css
<style>
span { border-color: #C0D204; }
span { border-color: rgb(192,210,4); }
td.TdClassName
{
border-color: #C0D204;
}
.TagClassName
{
border-color: #C0D204;
}
</style>