Shades of La Rioja #C2CD0C
Tints of La Rioja #C2CD0C
RGB
CMYK
RGB Variations
Color information
#C2CD0C (or 0xC2CD0C) is known color: La Rioja. HEX triplet: C2, CD and 0C. RGB value is (194,205,12). Sum of RGB (Red+Green+Blue) = 194+205+12=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CD0C is #3D32F3. Grayscale: #B4B4B4. Windows color (decimal): -4010740 or 839106. OLE color: 839106.
HSL color Cylindrical-coordinate representation of color #C2CD0C: hue angle of 63.42º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2CD0C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 12 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.20 |
| HSL | 63.42º | 0.89% | 0.43% | - |
| HSV(B) | 63.42º | 0.94% | 0.8% | - |
| XYZ | 44.15 | 55.16 | 8.67 | - |
| YUV | 179.71 | 33.36 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 12 | 0.05 | 0 | 0.94 | 0.20 | 63.42 | 0.89 | 0.43 |
| Hex | C2 | CD | C | 5 | 0 | 5E | 14 | 3F | 59 | 2B |
| Octal | 302 | 315 | 14 | 5 | 0 | 136 | 24 | 77 | 131 | 53 |
| Binary | 11000010 | 11001101 | 1100 | 101 | 0 | 1011110 | 10100 | 111111 | 1011001 | 101011 |
Color Harmonies of #C2CD0C
Complementary color
Monochromatic Colors of #C2CD0C
Black with #C2CD0C
Text Example
Text Example
White with #C2CD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD0C; }
p { color: rgb(194,205,12); }
H1.HeaderClassName
{
color: #C2CD0C;
}
.AnyTagClassName
{
color: #C2CD0C;
}
</style>
background-color css
<style>
a { background-color: #C2CD0C; }
a { background-color: rgb(194,205,12); }
div.DivClassName
{
background-color: #C2CD0C;
}
.BgClassName
{
background-color: #C2CD0C;
}
</style>
border-color css
<style>
span { border-color: #C2CD0C; }
span { border-color: rgb(194,205,12); }
td.TdClassName
{
border-color: #C2CD0C;
}
.TagClassName
{
border-color: #C2CD0C;
}
</style>