Shades of La Rioja #C1C002
Tints of La Rioja #C1C002
RGB
CMYK
RGB Variations
Color information
#C1C002 (or 0xC1C002) is known color: La Rioja. HEX triplet: C1, C0 and 02. RGB value is (193,192,2). Sum of RGB (Red+Green+Blue) = 193+192+2=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C002 is #3E3FFD. Grayscale: #ABABAB. Windows color (decimal): -4079614 or 180417. OLE color: 180417.
HSL color Cylindrical-coordinate representation of color #C1C002: hue angle of 59.69º 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 #C1C002 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.24 |
| HSL | 59.69º | 0.98% | 0.38% | - |
| HSV(B) | 59.69º | 0.99% | 0.76% | - |
| XYZ | 40.85 | 49.04 | 7.37 | - |
| YUV | 170.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 2 | 0 | 0.01 | 0.99 | 0.24 | 59.69 | 0.98 | 0.38 |
| Hex | C1 | C0 | 2 | 0 | 1 | 63 | 18 | 3C | 62 | 26 |
| Octal | 301 | 300 | 2 | 0 | 1 | 143 | 30 | 74 | 142 | 46 |
| Binary | 11000001 | 11000000 | 10 | 0 | 1 | 1100011 | 11000 | 111100 | 1100010 | 100110 |
Color Harmonies of #C1C002
Complementary color
Monochromatic Colors of #C1C002
Black with #C1C002
Text Example
Text Example
White with #C1C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C002; }
p { color: rgb(193,192,2); }
H1.HeaderClassName
{
color: #C1C002;
}
.AnyTagClassName
{
color: #C1C002;
}
</style>
background-color css
<style>
a { background-color: #C1C002; }
a { background-color: rgb(193,192,2); }
div.DivClassName
{
background-color: #C1C002;
}
.BgClassName
{
background-color: #C1C002;
}
</style>
border-color css
<style>
span { border-color: #C1C002; }
span { border-color: rgb(193,192,2); }
td.TdClassName
{
border-color: #C1C002;
}
.TagClassName
{
border-color: #C1C002;
}
</style>