Shades of La Rioja #C2CD0B
Tints of La Rioja #C2CD0B
RGB
CMYK
RGB Variations
Color information
#C2CD0B (or 0xC2CD0B) is known color: La Rioja. HEX triplet: C2, CD and 0B. RGB value is (194,205,11). Sum of RGB (Red+Green+Blue) = 194+205+11=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CD0B is #3D32F4. Grayscale: #B4B4B4. Windows color (decimal): -4010741 or 773570. OLE color: 773570.
HSL color Cylindrical-coordinate representation of color #C2CD0B: hue angle of 63.4º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2CD0B is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 11 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.20 |
| HSL | 63.4º | 0.9% | 0.42% | - |
| HSV(B) | 63.4º | 0.95% | 0.8% | - |
| XYZ | 44.14 | 55.16 | 8.64 | - |
| YUV | 179.6 | 32.86 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 11 | 0.05 | 0 | 0.95 | 0.20 | 63.4 | 0.9 | 0.42 |
| Hex | C2 | CD | B | 5 | 0 | 5F | 14 | 3F | 5A | 2A |
| Octal | 302 | 315 | 13 | 5 | 0 | 137 | 24 | 77 | 132 | 52 |
| Binary | 11000010 | 11001101 | 1011 | 101 | 0 | 1011111 | 10100 | 111111 | 1011010 | 101010 |
Color Harmonies of #C2CD0B
Complementary color
Monochromatic Colors of #C2CD0B
Black with #C2CD0B
Text Example
Text Example
White with #C2CD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD0B; }
p { color: rgb(194,205,11); }
H1.HeaderClassName
{
color: #C2CD0B;
}
.AnyTagClassName
{
color: #C2CD0B;
}
</style>
background-color css
<style>
a { background-color: #C2CD0B; }
a { background-color: rgb(194,205,11); }
div.DivClassName
{
background-color: #C2CD0B;
}
.BgClassName
{
background-color: #C2CD0B;
}
</style>
border-color css
<style>
span { border-color: #C2CD0B; }
span { border-color: rgb(194,205,11); }
td.TdClassName
{
border-color: #C2CD0B;
}
.TagClassName
{
border-color: #C2CD0B;
}
</style>