Shades of La Rioja #C2C415
Tints of La Rioja #C2C415
RGB
CMYK
RGB Variations
Color information
#C2C415 (or 0xC2C415) is known color: La Rioja. HEX triplet: C2, C4 and 15. RGB value is (194,196,21). Sum of RGB (Red+Green+Blue) = 194+196+21=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C415 is #3D3BEA. Grayscale: #B0B0B0. Windows color (decimal): -4013035 or 1426626. OLE color: 1426626.
HSL color Cylindrical-coordinate representation of color #C2C415: hue angle of 60.69º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2C415 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 21 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.23 |
| HSL | 60.69º | 0.81% | 0.43% | - |
| HSV(B) | 60.69º | 0.89% | 0.77% | - |
| XYZ | 42.12 | 51 | 8.33 | - |
| YUV | 175.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 21 | 0.01 | 0 | 0.89 | 0.23 | 60.69 | 0.81 | 0.43 |
| Hex | C2 | C4 | 15 | 1 | 0 | 59 | 17 | 3D | 51 | 2B |
| Octal | 302 | 304 | 25 | 1 | 0 | 131 | 27 | 75 | 121 | 53 |
| Binary | 11000010 | 11000100 | 10101 | 1 | 0 | 1011001 | 10111 | 111101 | 1010001 | 101011 |
Color Harmonies of #C2C415
Complementary color
Monochromatic Colors of #C2C415
Black with #C2C415
Text Example
Text Example
White with #C2C415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C415; }
p { color: rgb(194,196,21); }
H1.HeaderClassName
{
color: #C2C415;
}
.AnyTagClassName
{
color: #C2C415;
}
</style>
background-color css
<style>
a { background-color: #C2C415; }
a { background-color: rgb(194,196,21); }
div.DivClassName
{
background-color: #C2C415;
}
.BgClassName
{
background-color: #C2C415;
}
</style>
border-color css
<style>
span { border-color: #C2C415; }
span { border-color: rgb(194,196,21); }
td.TdClassName
{
border-color: #C2C415;
}
.TagClassName
{
border-color: #C2C415;
}
</style>