Shades of La Rioja #C7CA00
Tints of La Rioja #C7CA00
RGB
CMYK
RGB Variations
Color information
#C7CA00 (or 0xC7CA00) is known color: La Rioja. HEX triplet: C7, CA and 00. RGB value is (199,202,0). Sum of RGB (Red+Green+Blue) = 199+202+0=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CA00 is #3835FF. Grayscale: #B2B2B2. Windows color (decimal): -3683840 or 51911. OLE color: 51911.
HSL color Cylindrical-coordinate representation of color #C7CA00: hue angle of 60.89º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7CA00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.21 |
| HSL | 60.89º | 1% | 0.4% | - |
| HSV(B) | 60.89º | 1% | 0.79% | - |
| XYZ | 44.67 | 54.38 | 8.14 | - |
| YUV | 178.08 | 27.51 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 0 | 0.01 | 0 | 1 | 0.21 | 60.89 | 1 | 0.4 |
| Hex | C7 | CA | 0 | 1 | 0 | 64 | 15 | 3D | 64 | 28 |
| Octal | 307 | 312 | 0 | 1 | 0 | 144 | 25 | 75 | 144 | 50 |
| Binary | 11000111 | 11001010 | 0 | 1 | 0 | 1100100 | 10101 | 111101 | 1100100 | 101000 |
Color Harmonies of #C7CA00
Complementary color
Monochromatic Colors of #C7CA00
Black with #C7CA00
Text Example
Text Example
White with #C7CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA00; }
p { color: rgb(199,202,0); }
H1.HeaderClassName
{
color: #C7CA00;
}
.AnyTagClassName
{
color: #C7CA00;
}
</style>
background-color css
<style>
a { background-color: #C7CA00; }
a { background-color: rgb(199,202,0); }
div.DivClassName
{
background-color: #C7CA00;
}
.BgClassName
{
background-color: #C7CA00;
}
</style>
border-color css
<style>
span { border-color: #C7CA00; }
span { border-color: rgb(199,202,0); }
td.TdClassName
{
border-color: #C7CA00;
}
.TagClassName
{
border-color: #C7CA00;
}
</style>