Shades of La Rioja #C0D209
Tints of La Rioja #C0D209
RGB
CMYK
RGB Variations
Color information
#C0D209 (or 0xC0D209) is known color: La Rioja. HEX triplet: C0, D2 and 09. RGB value is (192,210,9). Sum of RGB (Red+Green+Blue) = 192+210+9=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D209 is #3F2DF6. Grayscale: #B6B6B6. Windows color (decimal): -4140535 or 643776. OLE color: 643776.
HSL color Cylindrical-coordinate representation of color #C0D209: hue angle of 65.37º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0D209 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 9 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.18 |
| HSL | 65.37º | 0.92% | 0.43% | - |
| HSV(B) | 65.37º | 0.96% | 0.82% | - |
| XYZ | 44.83 | 57.32 | 8.96 | - |
| YUV | 181.7 | 30.54 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 9 | 0.09 | 0 | 0.96 | 0.18 | 65.37 | 0.92 | 0.43 |
| Hex | C0 | D2 | 9 | 9 | 0 | 60 | 12 | 41 | 5C | 2B |
| Octal | 300 | 322 | 11 | 11 | 0 | 140 | 22 | 101 | 134 | 53 |
| Binary | 11000000 | 11010010 | 1001 | 1001 | 0 | 1100000 | 10010 | 1000001 | 1011100 | 101011 |
Color Harmonies of #C0D209
Complementary color
Monochromatic Colors of #C0D209
Black with #C0D209
Text Example
Text Example
White with #C0D209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D209; }
p { color: rgb(192,210,9); }
H1.HeaderClassName
{
color: #C0D209;
}
.AnyTagClassName
{
color: #C0D209;
}
</style>
background-color css
<style>
a { background-color: #C0D209; }
a { background-color: rgb(192,210,9); }
div.DivClassName
{
background-color: #C0D209;
}
.BgClassName
{
background-color: #C0D209;
}
</style>
border-color css
<style>
span { border-color: #C0D209; }
span { border-color: rgb(192,210,9); }
td.TdClassName
{
border-color: #C0D209;
}
.TagClassName
{
border-color: #C0D209;
}
</style>