Shades of La Rioja #C7CE07
Tints of La Rioja #C7CE07
RGB
CMYK
RGB Variations
Color information
#C7CE07 (or 0xC7CE07) is known color: La Rioja. HEX triplet: C7, CE and 07. RGB value is (199,206,7). Sum of RGB (Red+Green+Blue) = 199+206+7=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CE07 is #3831F8. Grayscale: #B6B6B6. Windows color (decimal): -3682809 or 511687. OLE color: 511687.
HSL color Cylindrical-coordinate representation of color #C7CE07: hue angle of 62.11º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7CE07 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 7 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.19 |
| HSL | 62.11º | 0.93% | 0.42% | - |
| HSV(B) | 62.11º | 0.97% | 0.81% | - |
| XYZ | 45.66 | 56.3 | 8.66 | - |
| YUV | 181.22 | 29.68 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 7 | 0.03 | 0 | 0.97 | 0.19 | 62.11 | 0.93 | 0.42 |
| Hex | C7 | CE | 7 | 3 | 0 | 61 | 13 | 3E | 5D | 2A |
| Octal | 307 | 316 | 7 | 3 | 0 | 141 | 23 | 76 | 135 | 52 |
| Binary | 11000111 | 11001110 | 111 | 11 | 0 | 1100001 | 10011 | 111110 | 1011101 | 101010 |
Color Harmonies of #C7CE07
Complementary color
Monochromatic Colors of #C7CE07
Black with #C7CE07
Text Example
Text Example
White with #C7CE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE07; }
p { color: rgb(199,206,7); }
H1.HeaderClassName
{
color: #C7CE07;
}
.AnyTagClassName
{
color: #C7CE07;
}
</style>
background-color css
<style>
a { background-color: #C7CE07; }
a { background-color: rgb(199,206,7); }
div.DivClassName
{
background-color: #C7CE07;
}
.BgClassName
{
background-color: #C7CE07;
}
</style>
border-color css
<style>
span { border-color: #C7CE07; }
span { border-color: rgb(199,206,7); }
td.TdClassName
{
border-color: #C7CE07;
}
.TagClassName
{
border-color: #C7CE07;
}
</style>