Shades of La Rioja #C0D106
Tints of La Rioja #C0D106
RGB
CMYK
RGB Variations
Color information
#C0D106 (or 0xC0D106) is known color: La Rioja. HEX triplet: C0, D1 and 06. RGB value is (192,209,6). Sum of RGB (Red+Green+Blue) = 192+209+6=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D106 is #3F2EF9. Grayscale: #B5B5B5. Windows color (decimal): -4140794 or 446912. OLE color: 446912.
HSL color Cylindrical-coordinate representation of color #C0D106: hue angle of 65.02º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0D106 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.18 |
| HSL | 65.02º | 0.94% | 0.42% | - |
| HSV(B) | 65.02º | 0.97% | 0.82% | - |
| XYZ | 44.57 | 56.82 | 8.79 | - |
| YUV | 180.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 6 | 0.08 | 0 | 0.97 | 0.18 | 65.02 | 0.94 | 0.42 |
| Hex | C0 | D1 | 6 | 8 | 0 | 61 | 12 | 41 | 5E | 2A |
| Octal | 300 | 321 | 6 | 10 | 0 | 141 | 22 | 101 | 136 | 52 |
| Binary | 11000000 | 11010001 | 110 | 1000 | 0 | 1100001 | 10010 | 1000001 | 1011110 | 101010 |
Color Harmonies of #C0D106
Complementary color
Monochromatic Colors of #C0D106
Black with #C0D106
Text Example
Text Example
White with #C0D106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D106; }
p { color: rgb(192,209,6); }
H1.HeaderClassName
{
color: #C0D106;
}
.AnyTagClassName
{
color: #C0D106;
}
</style>
background-color css
<style>
a { background-color: #C0D106; }
a { background-color: rgb(192,209,6); }
div.DivClassName
{
background-color: #C0D106;
}
.BgClassName
{
background-color: #C0D106;
}
</style>
border-color css
<style>
span { border-color: #C0D106; }
span { border-color: rgb(192,209,6); }
td.TdClassName
{
border-color: #C0D106;
}
.TagClassName
{
border-color: #C0D106;
}
</style>