Shades of La Rioja #C2CA08
Tints of La Rioja #C2CA08
RGB
CMYK
RGB Variations
Color information
#C2CA08 (or 0xC2CA08) is known color: La Rioja. HEX triplet: C2, CA and 08. RGB value is (194,202,8). Sum of RGB (Red+Green+Blue) = 194+202+8=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CA08 is #3D35F7. Grayscale: #B2B2B2. Windows color (decimal): -4011512 or 576194. OLE color: 576194.
HSL color Cylindrical-coordinate representation of color #C2CA08: hue angle of 62.47º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2CA08 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.21 |
| HSL | 62.47º | 0.92% | 0.41% | - |
| HSV(B) | 62.47º | 0.96% | 0.79% | - |
| XYZ | 43.41 | 53.73 | 8.31 | - |
| YUV | 177.49 | 32.35 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 8 | 0.04 | 0 | 0.96 | 0.21 | 62.47 | 0.92 | 0.41 |
| Hex | C2 | CA | 8 | 4 | 0 | 60 | 15 | 3E | 5C | 29 |
| Octal | 302 | 312 | 10 | 4 | 0 | 140 | 25 | 76 | 134 | 51 |
| Binary | 11000010 | 11001010 | 1000 | 100 | 0 | 1100000 | 10101 | 111110 | 1011100 | 101001 |
Color Harmonies of #C2CA08
Complementary color
Monochromatic Colors of #C2CA08
Black with #C2CA08
Text Example
Text Example
White with #C2CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA08; }
p { color: rgb(194,202,8); }
H1.HeaderClassName
{
color: #C2CA08;
}
.AnyTagClassName
{
color: #C2CA08;
}
</style>
background-color css
<style>
a { background-color: #C2CA08; }
a { background-color: rgb(194,202,8); }
div.DivClassName
{
background-color: #C2CA08;
}
.BgClassName
{
background-color: #C2CA08;
}
</style>
border-color css
<style>
span { border-color: #C2CA08; }
span { border-color: rgb(194,202,8); }
td.TdClassName
{
border-color: #C2CA08;
}
.TagClassName
{
border-color: #C2CA08;
}
</style>