Shades of La Rioja #C4CC11
Tints of La Rioja #C4CC11
RGB
CMYK
RGB Variations
Color information
#C4CC11 (or 0xC4CC11) is known color: La Rioja. HEX triplet: C4, CC and 11. RGB value is (196,204,17). Sum of RGB (Red+Green+Blue) = 196+204+17=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CC11 is #3B33EE. Grayscale: #B5B5B5. Windows color (decimal): -3879919 or 1166532. OLE color: 1166532.
HSL color Cylindrical-coordinate representation of color #C4CC11: hue angle of 62.57º 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 #C4CC11 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 17 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.2 |
| HSL | 62.57º | 0.85% | 0.43% | - |
| HSV(B) | 62.57º | 0.92% | 0.8% | - |
| XYZ | 44.46 | 54.96 | 8.8 | - |
| YUV | 180.29 | 35.85 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 17 | 0.04 | 0 | 0.92 | 0.2 | 62.57 | 0.85 | 0.43 |
| Hex | C4 | CC | 11 | 4 | 0 | 5C | 14 | 3F | 55 | 2B |
| Octal | 304 | 314 | 21 | 4 | 0 | 134 | 24 | 77 | 125 | 53 |
| Binary | 11000100 | 11001100 | 10001 | 100 | 0 | 1011100 | 10100 | 111111 | 1010101 | 101011 |
Color Harmonies of #C4CC11
Complementary color
Monochromatic Colors of #C4CC11
Black with #C4CC11
Text Example
Text Example
White with #C4CC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC11; }
p { color: rgb(196,204,17); }
H1.HeaderClassName
{
color: #C4CC11;
}
.AnyTagClassName
{
color: #C4CC11;
}
</style>
background-color css
<style>
a { background-color: #C4CC11; }
a { background-color: rgb(196,204,17); }
div.DivClassName
{
background-color: #C4CC11;
}
.BgClassName
{
background-color: #C4CC11;
}
</style>
border-color css
<style>
span { border-color: #C4CC11; }
span { border-color: rgb(196,204,17); }
td.TdClassName
{
border-color: #C4CC11;
}
.TagClassName
{
border-color: #C4CC11;
}
</style>