Shades of La Rioja #C1CC00
Tints of La Rioja #C1CC00
RGB
CMYK
RGB Variations
Color information
#C1CC00 (or 0xC1CC00) is known color: La Rioja. HEX triplet: C1, CC and 00. RGB value is (193,204,0). Sum of RGB (Red+Green+Blue) = 193+204+0=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CC00 is #3E33FF. Grayscale: #B2B2B2. Windows color (decimal): -4076544 or 52417. OLE color: 52417.
HSL color Cylindrical-coordinate representation of color #C1CC00: hue angle of 63.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1CC00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.2 |
| HSL | 63.24º | 1% | 0.4% | - |
| HSV(B) | 63.24º | 1% | 0.8% | - |
| XYZ | 43.59 | 54.52 | 8.23 | - |
| YUV | 177.46 | 27.86 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 0 | 0.05 | 0 | 1 | 0.2 | 63.24 | 1 | 0.4 |
| Hex | C1 | CC | 0 | 5 | 0 | 64 | 14 | 3F | 64 | 28 |
| Octal | 301 | 314 | 0 | 5 | 0 | 144 | 24 | 77 | 144 | 50 |
| Binary | 11000001 | 11001100 | 0 | 101 | 0 | 1100100 | 10100 | 111111 | 1100100 | 101000 |
Color Harmonies of #C1CC00
Complementary color
Monochromatic Colors of #C1CC00
Black with #C1CC00
Text Example
Text Example
White with #C1CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC00; }
p { color: rgb(193,204,0); }
H1.HeaderClassName
{
color: #C1CC00;
}
.AnyTagClassName
{
color: #C1CC00;
}
</style>
background-color css
<style>
a { background-color: #C1CC00; }
a { background-color: rgb(193,204,0); }
div.DivClassName
{
background-color: #C1CC00;
}
.BgClassName
{
background-color: #C1CC00;
}
</style>
border-color css
<style>
span { border-color: #C1CC00; }
span { border-color: rgb(193,204,0); }
td.TdClassName
{
border-color: #C1CC00;
}
.TagClassName
{
border-color: #C1CC00;
}
</style>