Shades of La Rioja #C2C001
Tints of La Rioja #C2C001
RGB
CMYK
RGB Variations
Color information
#C2C001 (or 0xC2C001) is known color: La Rioja. HEX triplet: C2, C0 and 01. RGB value is (194,192,1). Sum of RGB (Red+Green+Blue) = 194+192+1=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C001 is #3D3FFE. Grayscale: #ABABAB. Windows color (decimal): -4014079 or 114882. OLE color: 114882.
HSL color Cylindrical-coordinate representation of color #C2C001: hue angle of 59.38º 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 #C2C001 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.24 |
| HSL | 59.38º | 0.99% | 0.38% | - |
| HSV(B) | 59.38º | 0.99% | 0.76% | - |
| XYZ | 41.1 | 49.17 | 7.35 | - |
| YUV | 170.82 | 32.16 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 1 | 0 | 0.01 | 0.99 | 0.24 | 59.38 | 0.99 | 0.38 |
| Hex | C2 | C0 | 1 | 0 | 1 | 63 | 18 | 3B | 63 | 26 |
| Octal | 302 | 300 | 1 | 0 | 1 | 143 | 30 | 73 | 143 | 46 |
| Binary | 11000010 | 11000000 | 1 | 0 | 1 | 1100011 | 11000 | 111011 | 1100011 | 100110 |
Color Harmonies of #C2C001
Complementary color
Monochromatic Colors of #C2C001
Black with #C2C001
Text Example
Text Example
White with #C2C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C001; }
p { color: rgb(194,192,1); }
H1.HeaderClassName
{
color: #C2C001;
}
.AnyTagClassName
{
color: #C2C001;
}
</style>
background-color css
<style>
a { background-color: #C2C001; }
a { background-color: rgb(194,192,1); }
div.DivClassName
{
background-color: #C2C001;
}
.BgClassName
{
background-color: #C2C001;
}
</style>
border-color css
<style>
span { border-color: #C2C001; }
span { border-color: rgb(194,192,1); }
td.TdClassName
{
border-color: #C2C001;
}
.TagClassName
{
border-color: #C2C001;
}
</style>