Shades of La Rioja #C2C50A
Tints of La Rioja #C2C50A
RGB
CMYK
RGB Variations
Color information
#C2C50A (or 0xC2C50A) is known color: La Rioja. HEX triplet: C2, C5 and 0A. RGB value is (194,197,10). Sum of RGB (Red+Green+Blue) = 194+197+10=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C50A is #3D3AF5. Grayscale: #AFAFAF. Windows color (decimal): -4012790 or 705986. OLE color: 705986.
HSL color Cylindrical-coordinate representation of color #C2C50A: hue angle of 60.96º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2C50A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 10 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.23 |
| HSL | 60.96º | 0.9% | 0.41% | - |
| HSV(B) | 60.96º | 0.95% | 0.77% | - |
| XYZ | 42.27 | 51.42 | 7.99 | - |
| YUV | 174.79 | 35.01 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 10 | 0.02 | 0 | 0.95 | 0.23 | 60.96 | 0.9 | 0.41 |
| Hex | C2 | C5 | A | 2 | 0 | 5F | 17 | 3D | 5A | 29 |
| Octal | 302 | 305 | 12 | 2 | 0 | 137 | 27 | 75 | 132 | 51 |
| Binary | 11000010 | 11000101 | 1010 | 10 | 0 | 1011111 | 10111 | 111101 | 1011010 | 101001 |
Color Harmonies of #C2C50A
Complementary color
Monochromatic Colors of #C2C50A
Black with #C2C50A
Text Example
Text Example
White with #C2C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C50A; }
p { color: rgb(194,197,10); }
H1.HeaderClassName
{
color: #C2C50A;
}
.AnyTagClassName
{
color: #C2C50A;
}
</style>
background-color css
<style>
a { background-color: #C2C50A; }
a { background-color: rgb(194,197,10); }
div.DivClassName
{
background-color: #C2C50A;
}
.BgClassName
{
background-color: #C2C50A;
}
</style>
border-color css
<style>
span { border-color: #C2C50A; }
span { border-color: rgb(194,197,10); }
td.TdClassName
{
border-color: #C2C50A;
}
.TagClassName
{
border-color: #C2C50A;
}
</style>