Shades of La Rioja #C1CD11
Tints of La Rioja #C1CD11
RGB
CMYK
RGB Variations
Color information
#C1CD11 (or 0xC1CD11) is known color: La Rioja. HEX triplet: C1, CD and 11. RGB value is (193,205,17). Sum of RGB (Red+Green+Blue) = 193+205+17=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CD11 is #3E32EE. Grayscale: #B4B4B4. Windows color (decimal): -4076271 or 1166785. OLE color: 1166785.
HSL color Cylindrical-coordinate representation of color #C1CD11: hue angle of 63.83º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1CD11 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 17 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.20 |
| HSL | 63.83º | 0.85% | 0.44% | - |
| HSV(B) | 63.83º | 0.92% | 0.8% | - |
| XYZ | 43.92 | 55.04 | 8.84 | - |
| YUV | 179.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 17 | 0.06 | 0 | 0.92 | 0.20 | 63.83 | 0.85 | 0.44 |
| Hex | C1 | CD | 11 | 6 | 0 | 5C | 14 | 40 | 55 | 2C |
| Octal | 301 | 315 | 21 | 6 | 0 | 134 | 24 | 100 | 125 | 54 |
| Binary | 11000001 | 11001101 | 10001 | 110 | 0 | 1011100 | 10100 | 1000000 | 1010101 | 101100 |
Color Harmonies of #C1CD11
Complementary color
Monochromatic Colors of #C1CD11
Black with #C1CD11
Text Example
Text Example
White with #C1CD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD11; }
p { color: rgb(193,205,17); }
H1.HeaderClassName
{
color: #C1CD11;
}
.AnyTagClassName
{
color: #C1CD11;
}
</style>
background-color css
<style>
a { background-color: #C1CD11; }
a { background-color: rgb(193,205,17); }
div.DivClassName
{
background-color: #C1CD11;
}
.BgClassName
{
background-color: #C1CD11;
}
</style>
border-color css
<style>
span { border-color: #C1CD11; }
span { border-color: rgb(193,205,17); }
td.TdClassName
{
border-color: #C1CD11;
}
.TagClassName
{
border-color: #C1CD11;
}
</style>