Shades of La Rioja #C2CA06
Tints of La Rioja #C2CA06
RGB
CMYK
RGB Variations
Color information
#C2CA06 (or 0xC2CA06) is known color: La Rioja. HEX triplet: C2, CA and 06. RGB value is (194,202,6). Sum of RGB (Red+Green+Blue) = 194+202+6=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CA06 is #3D35F9. Grayscale: #B2B2B2. Windows color (decimal): -4011514 or 445122. OLE color: 445122.
HSL color Cylindrical-coordinate representation of color #C2CA06: hue angle of 62.45º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2CA06 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.21 |
| HSL | 62.45º | 0.94% | 0.41% | - |
| HSV(B) | 62.45º | 0.97% | 0.79% | - |
| XYZ | 43.4 | 53.72 | 8.25 | - |
| YUV | 177.26 | 31.35 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 6 | 0.04 | 0 | 0.97 | 0.21 | 62.45 | 0.94 | 0.41 |
| Hex | C2 | CA | 6 | 4 | 0 | 61 | 15 | 3E | 5E | 29 |
| Octal | 302 | 312 | 6 | 4 | 0 | 141 | 25 | 76 | 136 | 51 |
| Binary | 11000010 | 11001010 | 110 | 100 | 0 | 1100001 | 10101 | 111110 | 1011110 | 101001 |
Color Harmonies of #C2CA06
Complementary color
Monochromatic Colors of #C2CA06
Black with #C2CA06
Text Example
Text Example
White with #C2CA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA06; }
p { color: rgb(194,202,6); }
H1.HeaderClassName
{
color: #C2CA06;
}
.AnyTagClassName
{
color: #C2CA06;
}
</style>
background-color css
<style>
a { background-color: #C2CA06; }
a { background-color: rgb(194,202,6); }
div.DivClassName
{
background-color: #C2CA06;
}
.BgClassName
{
background-color: #C2CA06;
}
</style>
border-color css
<style>
span { border-color: #C2CA06; }
span { border-color: rgb(194,202,6); }
td.TdClassName
{
border-color: #C2CA06;
}
.TagClassName
{
border-color: #C2CA06;
}
</style>