Shades of La Rioja #C1CC02
Tints of La Rioja #C1CC02
RGB
CMYK
RGB Variations
Color information
#C1CC02 (or 0xC1CC02) is known color: La Rioja. HEX triplet: C1, CC and 02. RGB value is (193,204,2). Sum of RGB (Red+Green+Blue) = 193+204+2=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CC02 is #3E33FD. Grayscale: #B2B2B2. Windows color (decimal): -4076542 or 183489. OLE color: 183489.
HSL color Cylindrical-coordinate representation of color #C1CC02: hue angle of 63.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1CC02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.2 |
| HSL | 63.27º | 0.98% | 0.4% | - |
| HSV(B) | 63.27º | 0.99% | 0.8% | - |
| XYZ | 43.6 | 54.53 | 8.28 | - |
| YUV | 177.68 | 28.86 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 2 | 0.05 | 0 | 0.99 | 0.2 | 63.27 | 0.98 | 0.4 |
| Hex | C1 | CC | 2 | 5 | 0 | 63 | 14 | 3F | 62 | 28 |
| Octal | 301 | 314 | 2 | 5 | 0 | 143 | 24 | 77 | 142 | 50 |
| Binary | 11000001 | 11001100 | 10 | 101 | 0 | 1100011 | 10100 | 111111 | 1100010 | 101000 |
Color Harmonies of #C1CC02
Complementary color
Monochromatic Colors of #C1CC02
Black with #C1CC02
Text Example
Text Example
White with #C1CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC02; }
p { color: rgb(193,204,2); }
H1.HeaderClassName
{
color: #C1CC02;
}
.AnyTagClassName
{
color: #C1CC02;
}
</style>
background-color css
<style>
a { background-color: #C1CC02; }
a { background-color: rgb(193,204,2); }
div.DivClassName
{
background-color: #C1CC02;
}
.BgClassName
{
background-color: #C1CC02;
}
</style>
border-color css
<style>
span { border-color: #C1CC02; }
span { border-color: rgb(193,204,2); }
td.TdClassName
{
border-color: #C1CC02;
}
.TagClassName
{
border-color: #C1CC02;
}
</style>