Shades of La Rioja #C2CD10
Tints of La Rioja #C2CD10
RGB
CMYK
RGB Variations
Color information
#C2CD10 (or 0xC2CD10) is known color: La Rioja. HEX triplet: C2, CD and 10. RGB value is (194,205,16). Sum of RGB (Red+Green+Blue) = 194+205+16=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CD10 is #3D32EF. Grayscale: #B4B4B4. Windows color (decimal): -4010736 or 1101250. OLE color: 1101250.
HSL color Cylindrical-coordinate representation of color #C2CD10: hue angle of 63.49º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2CD10 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.20 |
| HSL | 63.49º | 0.86% | 0.43% | - |
| HSV(B) | 63.49º | 0.92% | 0.8% | - |
| XYZ | 44.17 | 55.17 | 8.81 | - |
| YUV | 180.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 16 | 0.05 | 0 | 0.92 | 0.20 | 63.49 | 0.86 | 0.43 |
| Hex | C2 | CD | 10 | 5 | 0 | 5C | 14 | 3F | 56 | 2B |
| Octal | 302 | 315 | 20 | 5 | 0 | 134 | 24 | 77 | 126 | 53 |
| Binary | 11000010 | 11001101 | 10000 | 101 | 0 | 1011100 | 10100 | 111111 | 1010110 | 101011 |
Color Harmonies of #C2CD10
Complementary color
Monochromatic Colors of #C2CD10
Black with #C2CD10
Text Example
Text Example
White with #C2CD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD10; }
p { color: rgb(194,205,16); }
H1.HeaderClassName
{
color: #C2CD10;
}
.AnyTagClassName
{
color: #C2CD10;
}
</style>
background-color css
<style>
a { background-color: #C2CD10; }
a { background-color: rgb(194,205,16); }
div.DivClassName
{
background-color: #C2CD10;
}
.BgClassName
{
background-color: #C2CD10;
}
</style>
border-color css
<style>
span { border-color: #C2CD10; }
span { border-color: rgb(194,205,16); }
td.TdClassName
{
border-color: #C2CD10;
}
.TagClassName
{
border-color: #C2CD10;
}
</style>