Shades of La Rioja #C0CC11
Tints of La Rioja #C0CC11
RGB
CMYK
RGB Variations
Color information
#C0CC11 (or 0xC0CC11) is known color: La Rioja. HEX triplet: C0, CC and 11. RGB value is (192,204,17). Sum of RGB (Red+Green+Blue) = 192+204+17=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CC11 is #3F33EE. Grayscale: #B3B3B3. Windows color (decimal): -4142063 or 1166528. OLE color: 1166528.
HSL color Cylindrical-coordinate representation of color #C0CC11: hue angle of 63.85º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0CC11 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 17 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.2 |
| HSL | 63.85º | 0.85% | 0.43% | - |
| HSV(B) | 63.85º | 0.92% | 0.8% | - |
| XYZ | 43.43 | 54.43 | 8.75 | - |
| YUV | 179.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 17 | 0.06 | 0 | 0.92 | 0.2 | 63.85 | 0.85 | 0.43 |
| Hex | C0 | CC | 11 | 6 | 0 | 5C | 14 | 40 | 55 | 2B |
| Octal | 300 | 314 | 21 | 6 | 0 | 134 | 24 | 100 | 125 | 53 |
| Binary | 11000000 | 11001100 | 10001 | 110 | 0 | 1011100 | 10100 | 1000000 | 1010101 | 101011 |
Color Harmonies of #C0CC11
Complementary color
Monochromatic Colors of #C0CC11
Black with #C0CC11
Text Example
Text Example
White with #C0CC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC11; }
p { color: rgb(192,204,17); }
H1.HeaderClassName
{
color: #C0CC11;
}
.AnyTagClassName
{
color: #C0CC11;
}
</style>
background-color css
<style>
a { background-color: #C0CC11; }
a { background-color: rgb(192,204,17); }
div.DivClassName
{
background-color: #C0CC11;
}
.BgClassName
{
background-color: #C0CC11;
}
</style>
border-color css
<style>
span { border-color: #C0CC11; }
span { border-color: rgb(192,204,17); }
td.TdClassName
{
border-color: #C0CC11;
}
.TagClassName
{
border-color: #C0CC11;
}
</style>