Shades of La Rioja #C7C80E
Tints of La Rioja #C7C80E
RGB
CMYK
RGB Variations
Color information
#C7C80E (or 0xC7C80E) is known color: La Rioja. HEX triplet: C7, C8 and 0E. RGB value is (199,200,14). Sum of RGB (Red+Green+Blue) = 199+200+14=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C80E is #3837F1. Grayscale: #B3B3B3. Windows color (decimal): -3684338 or 968903. OLE color: 968903.
HSL color Cylindrical-coordinate representation of color #C7C80E: hue angle of 60.32º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7C80E is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 14 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.22 |
| HSL | 60.32º | 0.87% | 0.42% | - |
| HSV(B) | 60.32º | 0.93% | 0.78% | - |
| XYZ | 44.29 | 53.48 | 8.4 | - |
| YUV | 178.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 14 | 0.00 | 0 | 0.93 | 0.22 | 60.32 | 0.87 | 0.42 |
| Hex | C7 | C8 | E | 0 | 0 | 5D | 16 | 3C | 57 | 2A |
| Octal | 307 | 310 | 16 | 0 | 0 | 135 | 26 | 74 | 127 | 52 |
| Binary | 11000111 | 11001000 | 1110 | 0 | 0 | 1011101 | 10110 | 111100 | 1010111 | 101010 |
Color Harmonies of #C7C80E
Complementary color
Monochromatic Colors of #C7C80E
Black with #C7C80E
Text Example
Text Example
White with #C7C80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C80E; }
p { color: rgb(199,200,14); }
H1.HeaderClassName
{
color: #C7C80E;
}
.AnyTagClassName
{
color: #C7C80E;
}
</style>
background-color css
<style>
a { background-color: #C7C80E; }
a { background-color: rgb(199,200,14); }
div.DivClassName
{
background-color: #C7C80E;
}
.BgClassName
{
background-color: #C7C80E;
}
</style>
border-color css
<style>
span { border-color: #C7C80E; }
span { border-color: rgb(199,200,14); }
td.TdClassName
{
border-color: #C7C80E;
}
.TagClassName
{
border-color: #C7C80E;
}
</style>