Shades of La Rioja #C1CA0A
Tints of La Rioja #C1CA0A
RGB
CMYK
RGB Variations
Color information
#C1CA0A (or 0xC1CA0A) is known color: La Rioja. HEX triplet: C1, CA and 0A. RGB value is (193,202,10). Sum of RGB (Red+Green+Blue) = 193+202+10=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CA0A is #3E35F5. Grayscale: #B2B2B2. Windows color (decimal): -4077046 or 707265. OLE color: 707265.
HSL color Cylindrical-coordinate representation of color #C1CA0A: hue angle of 62.81º 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 #C1CA0A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.21 |
| HSL | 62.81º | 0.91% | 0.42% | - |
| HSV(B) | 62.81º | 0.95% | 0.79% | - |
| XYZ | 43.17 | 53.6 | 8.36 | - |
| YUV | 177.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 10 | 0.04 | 0 | 0.95 | 0.21 | 62.81 | 0.91 | 0.42 |
| Hex | C1 | CA | A | 4 | 0 | 5F | 15 | 3F | 5B | 2A |
| Octal | 301 | 312 | 12 | 4 | 0 | 137 | 25 | 77 | 133 | 52 |
| Binary | 11000001 | 11001010 | 1010 | 100 | 0 | 1011111 | 10101 | 111111 | 1011011 | 101010 |
Color Harmonies of #C1CA0A
Complementary color
Monochromatic Colors of #C1CA0A
Black with #C1CA0A
Text Example
Text Example
White with #C1CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA0A; }
p { color: rgb(193,202,10); }
H1.HeaderClassName
{
color: #C1CA0A;
}
.AnyTagClassName
{
color: #C1CA0A;
}
</style>
background-color css
<style>
a { background-color: #C1CA0A; }
a { background-color: rgb(193,202,10); }
div.DivClassName
{
background-color: #C1CA0A;
}
.BgClassName
{
background-color: #C1CA0A;
}
</style>
border-color css
<style>
span { border-color: #C1CA0A; }
span { border-color: rgb(193,202,10); }
td.TdClassName
{
border-color: #C1CA0A;
}
.TagClassName
{
border-color: #C1CA0A;
}
</style>