Shades of La Rioja #C0CE0A
Tints of La Rioja #C0CE0A
RGB
CMYK
RGB Variations
Color information
#C0CE0A (or 0xC0CE0A) is known color: La Rioja. HEX triplet: C0, CE and 0A. RGB value is (192,206,10). Sum of RGB (Red+Green+Blue) = 192+206+10=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CE0A is #3F31F5. Grayscale: #B4B4B4. Windows color (decimal): -4141558 or 708288. OLE color: 708288.
HSL color Cylindrical-coordinate representation of color #C0CE0A: hue angle of 64.29º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0CE0A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 10 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.19 |
| HSL | 64.29º | 0.91% | 0.42% | - |
| HSV(B) | 64.29º | 0.95% | 0.81% | - |
| XYZ | 43.86 | 55.37 | 8.66 | - |
| YUV | 179.47 | 32.36 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 10 | 0.07 | 0 | 0.95 | 0.19 | 64.29 | 0.91 | 0.42 |
| Hex | C0 | CE | A | 7 | 0 | 5F | 13 | 40 | 5B | 2A |
| Octal | 300 | 316 | 12 | 7 | 0 | 137 | 23 | 100 | 133 | 52 |
| Binary | 11000000 | 11001110 | 1010 | 111 | 0 | 1011111 | 10011 | 1000000 | 1011011 | 101010 |
Color Harmonies of #C0CE0A
Complementary color
Monochromatic Colors of #C0CE0A
Black with #C0CE0A
Text Example
Text Example
White with #C0CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE0A; }
p { color: rgb(192,206,10); }
H1.HeaderClassName
{
color: #C0CE0A;
}
.AnyTagClassName
{
color: #C0CE0A;
}
</style>
background-color css
<style>
a { background-color: #C0CE0A; }
a { background-color: rgb(192,206,10); }
div.DivClassName
{
background-color: #C0CE0A;
}
.BgClassName
{
background-color: #C0CE0A;
}
</style>
border-color css
<style>
span { border-color: #C0CE0A; }
span { border-color: rgb(192,206,10); }
td.TdClassName
{
border-color: #C0CE0A;
}
.TagClassName
{
border-color: #C0CE0A;
}
</style>