Shades of La Rioja #C4CA0A
Tints of La Rioja #C4CA0A
RGB
CMYK
RGB Variations
Color information
#C4CA0A (or 0xC4CA0A) is known color: La Rioja. HEX triplet: C4, CA and 0A. RGB value is (196,202,10). Sum of RGB (Red+Green+Blue) = 196+202+10=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CA0A is #3B35F5. Grayscale: #B3B3B3. Windows color (decimal): -3880438 or 707268. OLE color: 707268.
HSL color Cylindrical-coordinate representation of color #C4CA0A: hue angle of 61.88º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4CA0A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 202 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.21 |
| HSL | 61.88º | 0.91% | 0.42% | - |
| HSV(B) | 61.88º | 0.95% | 0.79% | - |
| XYZ | 43.94 | 54 | 8.39 | - |
| YUV | 178.32 | 33.01 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 10 | 0.03 | 0 | 0.95 | 0.21 | 61.88 | 0.91 | 0.42 |
| Hex | C4 | CA | A | 3 | 0 | 5F | 15 | 3E | 5B | 2A |
| Octal | 304 | 312 | 12 | 3 | 0 | 137 | 25 | 76 | 133 | 52 |
| Binary | 11000100 | 11001010 | 1010 | 11 | 0 | 1011111 | 10101 | 111110 | 1011011 | 101010 |
Color Harmonies of #C4CA0A
Complementary color
Monochromatic Colors of #C4CA0A
Black with #C4CA0A
Text Example
Text Example
White with #C4CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CA0A; }
p { color: rgb(196,202,10); }
H1.HeaderClassName
{
color: #C4CA0A;
}
.AnyTagClassName
{
color: #C4CA0A;
}
</style>
background-color css
<style>
a { background-color: #C4CA0A; }
a { background-color: rgb(196,202,10); }
div.DivClassName
{
background-color: #C4CA0A;
}
.BgClassName
{
background-color: #C4CA0A;
}
</style>
border-color css
<style>
span { border-color: #C4CA0A; }
span { border-color: rgb(196,202,10); }
td.TdClassName
{
border-color: #C4CA0A;
}
.TagClassName
{
border-color: #C4CA0A;
}
</style>