Shades of La Rioja #C0C002
Tints of La Rioja #C0C002
RGB
CMYK
RGB Variations
Color information
#C0C002 (or 0xC0C002) is known color: La Rioja. HEX triplet: C0, C0 and 02. RGB value is (192,192,2). Sum of RGB (Red+Green+Blue) = 192+192+2=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C002 is #3F3FFD. Grayscale: #ABABAB. Windows color (decimal): -4145150 or 180416. OLE color: 180416.
HSL color Cylindrical-coordinate representation of color #C0C002: hue angle of 60º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0C002 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.25 |
| HSL | 60º | 0.98% | 0.38% | - |
| HSV(B) | 60º | 0.99% | 0.75% | - |
| XYZ | 40.6 | 48.91 | 7.36 | - |
| YUV | 170.34 | 33 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 2 | 0 | 0 | 0.99 | 0.25 | 60 | 0.98 | 0.38 |
| Hex | C0 | C0 | 2 | 0 | 0 | 63 | 19 | 3C | 62 | 26 |
| Octal | 300 | 300 | 2 | 0 | 0 | 143 | 31 | 74 | 142 | 46 |
| Binary | 11000000 | 11000000 | 10 | 0 | 0 | 1100011 | 11001 | 111100 | 1100010 | 100110 |
Color Harmonies of #C0C002
Complementary color
Monochromatic Colors of #C0C002
Black with #C0C002
Text Example
Text Example
White with #C0C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C002; }
p { color: rgb(192,192,2); }
H1.HeaderClassName
{
color: #C0C002;
}
.AnyTagClassName
{
color: #C0C002;
}
</style>
background-color css
<style>
a { background-color: #C0C002; }
a { background-color: rgb(192,192,2); }
div.DivClassName
{
background-color: #C0C002;
}
.BgClassName
{
background-color: #C0C002;
}
</style>
border-color css
<style>
span { border-color: #C0C002; }
span { border-color: rgb(192,192,2); }
td.TdClassName
{
border-color: #C0C002;
}
.TagClassName
{
border-color: #C0C002;
}
</style>