Shades of La Rioja #C2CB0A
Tints of La Rioja #C2CB0A
RGB
CMYK
RGB Variations
Color information
#C2CB0A (or 0xC2CB0A) is known color: La Rioja. HEX triplet: C2, CB and 0A. RGB value is (194,203,10). Sum of RGB (Red+Green+Blue) = 194+203+10=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CB0A is #3D34F5. Grayscale: #B3B3B3. Windows color (decimal): -4011254 or 707522. OLE color: 707522.
HSL color Cylindrical-coordinate representation of color #C2CB0A: hue angle of 62.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2CB0A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.20 |
| HSL | 62.8º | 0.91% | 0.42% | - |
| HSV(B) | 62.8º | 0.95% | 0.8% | - |
| XYZ | 43.66 | 54.2 | 8.45 | - |
| YUV | 178.31 | 33.02 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 10 | 0.04 | 0 | 0.95 | 0.20 | 62.8 | 0.91 | 0.42 |
| Hex | C2 | CB | A | 4 | 0 | 5F | 14 | 3F | 5B | 2A |
| Octal | 302 | 313 | 12 | 4 | 0 | 137 | 24 | 77 | 133 | 52 |
| Binary | 11000010 | 11001011 | 1010 | 100 | 0 | 1011111 | 10100 | 111111 | 1011011 | 101010 |
Color Harmonies of #C2CB0A
Complementary color
Monochromatic Colors of #C2CB0A
Black with #C2CB0A
Text Example
Text Example
White with #C2CB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB0A; }
p { color: rgb(194,203,10); }
H1.HeaderClassName
{
color: #C2CB0A;
}
.AnyTagClassName
{
color: #C2CB0A;
}
</style>
background-color css
<style>
a { background-color: #C2CB0A; }
a { background-color: rgb(194,203,10); }
div.DivClassName
{
background-color: #C2CB0A;
}
.BgClassName
{
background-color: #C2CB0A;
}
</style>
border-color css
<style>
span { border-color: #C2CB0A; }
span { border-color: rgb(194,203,10); }
td.TdClassName
{
border-color: #C2CB0A;
}
.TagClassName
{
border-color: #C2CB0A;
}
</style>