Shades of La Rioja #C0D105
Tints of La Rioja #C0D105
RGB
CMYK
RGB Variations
Color information
#C0D105 (or 0xC0D105) is known color: La Rioja. HEX triplet: C0, D1 and 05. RGB value is (192,209,5). Sum of RGB (Red+Green+Blue) = 192+209+5=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D105 is #3F2EFA. Grayscale: #B5B5B5. Windows color (decimal): -4140795 or 381376. OLE color: 381376.
HSL color Cylindrical-coordinate representation of color #C0D105: hue angle of 65º degrees, saturation: 0.95, 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 #C0D105 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 5 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.18 |
| HSL | 65º | 0.95% | 0.42% | - |
| HSV(B) | 65º | 0.98% | 0.82% | - |
| XYZ | 44.57 | 56.82 | 8.76 | - |
| YUV | 180.66 | 28.87 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 5 | 0.08 | 0 | 0.98 | 0.18 | 65 | 0.95 | 0.42 |
| Hex | C0 | D1 | 5 | 8 | 0 | 62 | 12 | 41 | 5F | 2A |
| Octal | 300 | 321 | 5 | 10 | 0 | 142 | 22 | 101 | 137 | 52 |
| Binary | 11000000 | 11010001 | 101 | 1000 | 0 | 1100010 | 10010 | 1000001 | 1011111 | 101010 |
Color Harmonies of #C0D105
Complementary color
Monochromatic Colors of #C0D105
Black with #C0D105
Text Example
Text Example
White with #C0D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D105; }
p { color: rgb(192,209,5); }
H1.HeaderClassName
{
color: #C0D105;
}
.AnyTagClassName
{
color: #C0D105;
}
</style>
background-color css
<style>
a { background-color: #C0D105; }
a { background-color: rgb(192,209,5); }
div.DivClassName
{
background-color: #C0D105;
}
.BgClassName
{
background-color: #C0D105;
}
</style>
border-color css
<style>
span { border-color: #C0D105; }
span { border-color: rgb(192,209,5); }
td.TdClassName
{
border-color: #C0D105;
}
.TagClassName
{
border-color: #C0D105;
}
</style>