Shades of La Rioja #C2C413
Tints of La Rioja #C2C413
RGB
CMYK
RGB Variations
Color information
#C2C413 (or 0xC2C413) is known color: La Rioja. HEX triplet: C2, C4 and 13. RGB value is (194,196,19). Sum of RGB (Red+Green+Blue) = 194+196+19=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C413 is #3D3BEC. Grayscale: #AFAFAF. Windows color (decimal): -4013037 or 1295554. OLE color: 1295554.
HSL color Cylindrical-coordinate representation of color #C2C413: hue angle of 60.68º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2C413 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 19 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.23 |
| HSL | 60.68º | 0.82% | 0.42% | - |
| HSV(B) | 60.68º | 0.9% | 0.77% | - |
| XYZ | 42.11 | 51 | 8.24 | - |
| YUV | 175.22 | 39.84 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 19 | 0.01 | 0 | 0.90 | 0.23 | 60.68 | 0.82 | 0.42 |
| Hex | C2 | C4 | 13 | 1 | 0 | 5A | 17 | 3D | 52 | 2A |
| Octal | 302 | 304 | 23 | 1 | 0 | 132 | 27 | 75 | 122 | 52 |
| Binary | 11000010 | 11000100 | 10011 | 1 | 0 | 1011010 | 10111 | 111101 | 1010010 | 101010 |
Color Harmonies of #C2C413
Complementary color
Monochromatic Colors of #C2C413
Black with #C2C413
Text Example
Text Example
White with #C2C413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C413; }
p { color: rgb(194,196,19); }
H1.HeaderClassName
{
color: #C2C413;
}
.AnyTagClassName
{
color: #C2C413;
}
</style>
background-color css
<style>
a { background-color: #C2C413; }
a { background-color: rgb(194,196,19); }
div.DivClassName
{
background-color: #C2C413;
}
.BgClassName
{
background-color: #C2C413;
}
</style>
border-color css
<style>
span { border-color: #C2C413; }
span { border-color: rgb(194,196,19); }
td.TdClassName
{
border-color: #C2C413;
}
.TagClassName
{
border-color: #C2C413;
}
</style>