Shades of La Rioja #C6CC11
Tints of La Rioja #C6CC11
RGB
CMYK
RGB Variations
Color information
#C6CC11 (or 0xC6CC11) is known color: La Rioja. HEX triplet: C6, CC and 11. RGB value is (198,204,17). Sum of RGB (Red+Green+Blue) = 198+204+17=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CC11 is #3933EE. Grayscale: #B5B5B5. Windows color (decimal): -3748847 or 1166534. OLE color: 1166534.
HSL color Cylindrical-coordinate representation of color #C6CC11: hue angle of 61.93º 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 #C6CC11 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 17 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.2 |
| HSL | 61.93º | 0.85% | 0.43% | - |
| HSV(B) | 61.93º | 0.92% | 0.8% | - |
| XYZ | 44.98 | 55.23 | 8.82 | - |
| YUV | 180.89 | 35.51 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 17 | 0.03 | 0 | 0.92 | 0.2 | 61.93 | 0.85 | 0.43 |
| Hex | C6 | CC | 11 | 3 | 0 | 5C | 14 | 3E | 55 | 2B |
| Octal | 306 | 314 | 21 | 3 | 0 | 134 | 24 | 76 | 125 | 53 |
| Binary | 11000110 | 11001100 | 10001 | 11 | 0 | 1011100 | 10100 | 111110 | 1010101 | 101011 |
Color Harmonies of #C6CC11
Complementary color
Monochromatic Colors of #C6CC11
Black with #C6CC11
Text Example
Text Example
White with #C6CC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CC11; }
p { color: rgb(198,204,17); }
H1.HeaderClassName
{
color: #C6CC11;
}
.AnyTagClassName
{
color: #C6CC11;
}
</style>
background-color css
<style>
a { background-color: #C6CC11; }
a { background-color: rgb(198,204,17); }
div.DivClassName
{
background-color: #C6CC11;
}
.BgClassName
{
background-color: #C6CC11;
}
</style>
border-color css
<style>
span { border-color: #C6CC11; }
span { border-color: rgb(198,204,17); }
td.TdClassName
{
border-color: #C6CC11;
}
.TagClassName
{
border-color: #C6CC11;
}
</style>