Shades of La Rioja #C4CA0E
Tints of La Rioja #C4CA0E
RGB
CMYK
RGB Variations
Color information
#C4CA0E (or 0xC4CA0E) is known color: La Rioja. HEX triplet: C4, CA and 0E. RGB value is (196,202,14). Sum of RGB (Red+Green+Blue) = 196+202+14=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CA0E is #3B35F1. Grayscale: #B3B3B3. Windows color (decimal): -3880434 or 969412. OLE color: 969412.
HSL color Cylindrical-coordinate representation of color #C4CA0E: hue angle of 61.91º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4CA0E is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 202 | 14 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.21 |
| HSL | 61.91º | 0.87% | 0.42% | - |
| HSV(B) | 61.91º | 0.93% | 0.79% | - |
| XYZ | 43.96 | 54.01 | 8.52 | - |
| YUV | 178.77 | 35.01 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 14 | 0.03 | 0 | 0.93 | 0.21 | 61.91 | 0.87 | 0.42 |
| Hex | C4 | CA | E | 3 | 0 | 5D | 15 | 3E | 57 | 2A |
| Octal | 304 | 312 | 16 | 3 | 0 | 135 | 25 | 76 | 127 | 52 |
| Binary | 11000100 | 11001010 | 1110 | 11 | 0 | 1011101 | 10101 | 111110 | 1010111 | 101010 |
Color Harmonies of #C4CA0E
Complementary color
Monochromatic Colors of #C4CA0E
Black with #C4CA0E
Text Example
Text Example
White with #C4CA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CA0E; }
p { color: rgb(196,202,14); }
H1.HeaderClassName
{
color: #C4CA0E;
}
.AnyTagClassName
{
color: #C4CA0E;
}
</style>
background-color css
<style>
a { background-color: #C4CA0E; }
a { background-color: rgb(196,202,14); }
div.DivClassName
{
background-color: #C4CA0E;
}
.BgClassName
{
background-color: #C4CA0E;
}
</style>
border-color css
<style>
span { border-color: #C4CA0E; }
span { border-color: rgb(196,202,14); }
td.TdClassName
{
border-color: #C4CA0E;
}
.TagClassName
{
border-color: #C4CA0E;
}
</style>