Shades of La Rioja #C2C002
Tints of La Rioja #C2C002
RGB
CMYK
RGB Variations
Color information
#C2C002 (or 0xC2C002) is known color: La Rioja. HEX triplet: C2, C0 and 02. RGB value is (194,192,2). Sum of RGB (Red+Green+Blue) = 194+192+2=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C002 is #3D3FFD. Grayscale: #ABABAB. Windows color (decimal): -4014078 or 180418. OLE color: 180418.
HSL color Cylindrical-coordinate representation of color #C2C002: hue angle of 59.38º degrees, saturation: 0.98, 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 #C2C002 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.24 |
| HSL | 59.38º | 0.98% | 0.38% | - |
| HSV(B) | 59.38º | 0.99% | 0.76% | - |
| XYZ | 41.11 | 49.17 | 7.38 | - |
| YUV | 170.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 2 | 0 | 0.01 | 0.99 | 0.24 | 59.38 | 0.98 | 0.38 |
| Hex | C2 | C0 | 2 | 0 | 1 | 63 | 18 | 3B | 62 | 26 |
| Octal | 302 | 300 | 2 | 0 | 1 | 143 | 30 | 73 | 142 | 46 |
| Binary | 11000010 | 11000000 | 10 | 0 | 1 | 1100011 | 11000 | 111011 | 1100010 | 100110 |
Color Harmonies of #C2C002
Complementary color
Monochromatic Colors of #C2C002
Black with #C2C002
Text Example
Text Example
White with #C2C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C002; }
p { color: rgb(194,192,2); }
H1.HeaderClassName
{
color: #C2C002;
}
.AnyTagClassName
{
color: #C2C002;
}
</style>
background-color css
<style>
a { background-color: #C2C002; }
a { background-color: rgb(194,192,2); }
div.DivClassName
{
background-color: #C2C002;
}
.BgClassName
{
background-color: #C2C002;
}
</style>
border-color css
<style>
span { border-color: #C2C002; }
span { border-color: rgb(194,192,2); }
td.TdClassName
{
border-color: #C2C002;
}
.TagClassName
{
border-color: #C2C002;
}
</style>