Shades of La Rioja #C1CE0E
Tints of La Rioja #C1CE0E
RGB
CMYK
RGB Variations
Color information
#C1CE0E (or 0xC1CE0E) is known color: La Rioja. HEX triplet: C1, CE and 0E. RGB value is (193,206,14). Sum of RGB (Red+Green+Blue) = 193+206+14=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CE0E is #3E31F1. Grayscale: #B4B4B4. Windows color (decimal): -4076018 or 970433. OLE color: 970433.
HSL color Cylindrical-coordinate representation of color #C1CE0E: hue angle of 64.06º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1CE0E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 14 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.19 |
| HSL | 64.06º | 0.87% | 0.43% | - |
| HSV(B) | 64.06º | 0.93% | 0.81% | - |
| XYZ | 44.14 | 55.51 | 8.8 | - |
| YUV | 180.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 14 | 0.06 | 0 | 0.93 | 0.19 | 64.06 | 0.87 | 0.43 |
| Hex | C1 | CE | E | 6 | 0 | 5D | 13 | 40 | 57 | 2B |
| Octal | 301 | 316 | 16 | 6 | 0 | 135 | 23 | 100 | 127 | 53 |
| Binary | 11000001 | 11001110 | 1110 | 110 | 0 | 1011101 | 10011 | 1000000 | 1010111 | 101011 |
Color Harmonies of #C1CE0E
Complementary color
Monochromatic Colors of #C1CE0E
Black with #C1CE0E
Text Example
Text Example
White with #C1CE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE0E; }
p { color: rgb(193,206,14); }
H1.HeaderClassName
{
color: #C1CE0E;
}
.AnyTagClassName
{
color: #C1CE0E;
}
</style>
background-color css
<style>
a { background-color: #C1CE0E; }
a { background-color: rgb(193,206,14); }
div.DivClassName
{
background-color: #C1CE0E;
}
.BgClassName
{
background-color: #C1CE0E;
}
</style>
border-color css
<style>
span { border-color: #C1CE0E; }
span { border-color: rgb(193,206,14); }
td.TdClassName
{
border-color: #C1CE0E;
}
.TagClassName
{
border-color: #C1CE0E;
}
</style>