Shades of La Rioja #C7C90E
Tints of La Rioja #C7C90E
RGB
CMYK
RGB Variations
Color information
#C7C90E (or 0xC7C90E) is known color: La Rioja. HEX triplet: C7, C9 and 0E. RGB value is (199,201,14). Sum of RGB (Red+Green+Blue) = 199+201+14=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C90E is #3836F1. Grayscale: #B3B3B3. Windows color (decimal): -3684082 or 969159. OLE color: 969159.
HSL color Cylindrical-coordinate representation of color #C7C90E: hue angle of 60.64º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7C90E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 14 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.21 |
| HSL | 60.64º | 0.87% | 0.42% | - |
| HSV(B) | 60.64º | 0.93% | 0.79% | - |
| XYZ | 44.52 | 53.95 | 8.48 | - |
| YUV | 179.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 14 | 0.01 | 0 | 0.93 | 0.21 | 60.64 | 0.87 | 0.42 |
| Hex | C7 | C9 | E | 1 | 0 | 5D | 15 | 3D | 57 | 2A |
| Octal | 307 | 311 | 16 | 1 | 0 | 135 | 25 | 75 | 127 | 52 |
| Binary | 11000111 | 11001001 | 1110 | 1 | 0 | 1011101 | 10101 | 111101 | 1010111 | 101010 |
Color Harmonies of #C7C90E
Complementary color
Monochromatic Colors of #C7C90E
Black with #C7C90E
Text Example
Text Example
White with #C7C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C90E; }
p { color: rgb(199,201,14); }
H1.HeaderClassName
{
color: #C7C90E;
}
.AnyTagClassName
{
color: #C7C90E;
}
</style>
background-color css
<style>
a { background-color: #C7C90E; }
a { background-color: rgb(199,201,14); }
div.DivClassName
{
background-color: #C7C90E;
}
.BgClassName
{
background-color: #C7C90E;
}
</style>
border-color css
<style>
span { border-color: #C7C90E; }
span { border-color: rgb(199,201,14); }
td.TdClassName
{
border-color: #C7C90E;
}
.TagClassName
{
border-color: #C7C90E;
}
</style>