Shades of La Rioja #C7D202
Tints of La Rioja #C7D202
RGB
CMYK
RGB Variations
Color information
#C7D202 (or 0xC7D202) is known color: La Rioja. HEX triplet: C7, D2 and 02. RGB value is (199,210,2). Sum of RGB (Red+Green+Blue) = 199+210+2=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D202 is #382DFD. Grayscale: #B7B7B7. Windows color (decimal): -3681790 or 185031. OLE color: 185031.
HSL color Cylindrical-coordinate representation of color #C7D202: hue angle of 63.17º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7D202 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.18 |
| HSL | 63.17º | 0.98% | 0.42% | - |
| HSV(B) | 63.17º | 0.99% | 0.82% | - |
| XYZ | 46.61 | 58.24 | 8.84 | - |
| YUV | 183 | 25.86 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 2 | 0.05 | 0 | 0.99 | 0.18 | 63.17 | 0.98 | 0.42 |
| Hex | C7 | D2 | 2 | 5 | 0 | 63 | 12 | 3F | 62 | 2A |
| Octal | 307 | 322 | 2 | 5 | 0 | 143 | 22 | 77 | 142 | 52 |
| Binary | 11000111 | 11010010 | 10 | 101 | 0 | 1100011 | 10010 | 111111 | 1100010 | 101010 |
Color Harmonies of #C7D202
Complementary color
Monochromatic Colors of #C7D202
Black with #C7D202
Text Example
Text Example
White with #C7D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D202; }
p { color: rgb(199,210,2); }
H1.HeaderClassName
{
color: #C7D202;
}
.AnyTagClassName
{
color: #C7D202;
}
</style>
background-color css
<style>
a { background-color: #C7D202; }
a { background-color: rgb(199,210,2); }
div.DivClassName
{
background-color: #C7D202;
}
.BgClassName
{
background-color: #C7D202;
}
</style>
border-color css
<style>
span { border-color: #C7D202; }
span { border-color: rgb(199,210,2); }
td.TdClassName
{
border-color: #C7D202;
}
.TagClassName
{
border-color: #C7D202;
}
</style>