Shades of La Rioja #C1CE0B
Tints of La Rioja #C1CE0B
RGB
CMYK
RGB Variations
Color information
#C1CE0B (or 0xC1CE0B) is known color: La Rioja. HEX triplet: C1, CE and 0B. RGB value is (193,206,11). Sum of RGB (Red+Green+Blue) = 193+206+11=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CE0B is #3E31F4. Grayscale: #B4B4B4. Windows color (decimal): -4076021 or 773825. OLE color: 773825.
HSL color Cylindrical-coordinate representation of color #C1CE0B: hue angle of 64º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1CE0B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.19 |
| HSL | 64º | 0.9% | 0.43% | - |
| HSV(B) | 64º | 0.95% | 0.81% | - |
| XYZ | 44.12 | 55.5 | 8.7 | - |
| YUV | 179.88 | 32.69 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 11 | 0.06 | 0 | 0.95 | 0.19 | 64 | 0.9 | 0.43 |
| Hex | C1 | CE | B | 6 | 0 | 5F | 13 | 40 | 5A | 2B |
| Octal | 301 | 316 | 13 | 6 | 0 | 137 | 23 | 100 | 132 | 53 |
| Binary | 11000001 | 11001110 | 1011 | 110 | 0 | 1011111 | 10011 | 1000000 | 1011010 | 101011 |
Color Harmonies of #C1CE0B
Complementary color
Monochromatic Colors of #C1CE0B
Black with #C1CE0B
Text Example
Text Example
White with #C1CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE0B; }
p { color: rgb(193,206,11); }
H1.HeaderClassName
{
color: #C1CE0B;
}
.AnyTagClassName
{
color: #C1CE0B;
}
</style>
background-color css
<style>
a { background-color: #C1CE0B; }
a { background-color: rgb(193,206,11); }
div.DivClassName
{
background-color: #C1CE0B;
}
.BgClassName
{
background-color: #C1CE0B;
}
</style>
border-color css
<style>
span { border-color: #C1CE0B; }
span { border-color: rgb(193,206,11); }
td.TdClassName
{
border-color: #C1CE0B;
}
.TagClassName
{
border-color: #C1CE0B;
}
</style>