Shades of La Rioja #C2C201
Tints of La Rioja #C2C201
RGB
CMYK
RGB Variations
Color information
#C2C201 (or 0xC2C201) is known color: La Rioja. HEX triplet: C2, C2 and 01. RGB value is (194,194,1). Sum of RGB (Red+Green+Blue) = 194+194+1=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C201 is #3D3DFE. Grayscale: #ACACAC. Windows color (decimal): -4013567 or 115394. OLE color: 115394.
HSL color Cylindrical-coordinate representation of color #C2C201: hue angle of 60º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2C201 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.24 |
| HSL | 60º | 0.99% | 0.38% | - |
| HSV(B) | 60º | 0.99% | 0.76% | - |
| XYZ | 41.55 | 50.06 | 7.5 | - |
| YUV | 172 | 31.5 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 1 | 0 | 0 | 0.99 | 0.24 | 60 | 0.99 | 0.38 |
| Hex | C2 | C2 | 1 | 0 | 0 | 63 | 18 | 3C | 63 | 26 |
| Octal | 302 | 302 | 1 | 0 | 0 | 143 | 30 | 74 | 143 | 46 |
| Binary | 11000010 | 11000010 | 1 | 0 | 0 | 1100011 | 11000 | 111100 | 1100011 | 100110 |
Color Harmonies of #C2C201
Complementary color
Monochromatic Colors of #C2C201
Black with #C2C201
Text Example
Text Example
White with #C2C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C201; }
p { color: rgb(194,194,1); }
H1.HeaderClassName
{
color: #C2C201;
}
.AnyTagClassName
{
color: #C2C201;
}
</style>
background-color css
<style>
a { background-color: #C2C201; }
a { background-color: rgb(194,194,1); }
div.DivClassName
{
background-color: #C2C201;
}
.BgClassName
{
background-color: #C2C201;
}
</style>
border-color css
<style>
span { border-color: #C2C201; }
span { border-color: rgb(194,194,1); }
td.TdClassName
{
border-color: #C2C201;
}
.TagClassName
{
border-color: #C2C201;
}
</style>