Shades of La Rioja #C7D60C
Tints of La Rioja #C7D60C
RGB
CMYK
RGB Variations
Color information
#C7D60C (or 0xC7D60C) is known color: La Rioja. HEX triplet: C7, D6 and 0C. RGB value is (199,214,12). Sum of RGB (Red+Green+Blue) = 199+214+12=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D60C is #3829F3. Grayscale: #BBBBBB. Windows color (decimal): -3680756 or 841415. OLE color: 841415.
HSL color Cylindrical-coordinate representation of color #C7D60C: hue angle of 64.46º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7D60C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.16 |
| HSL | 64.46º | 0.89% | 0.44% | - |
| HSV(B) | 64.46º | 0.94% | 0.84% | - |
| XYZ | 47.67 | 60.26 | 9.47 | - |
| YUV | 186.49 | 29.53 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 12 | 0.07 | 0 | 0.94 | 0.16 | 64.46 | 0.89 | 0.44 |
| Hex | C7 | D6 | C | 7 | 0 | 5E | 10 | 40 | 59 | 2C |
| Octal | 307 | 326 | 14 | 7 | 0 | 136 | 20 | 100 | 131 | 54 |
| Binary | 11000111 | 11010110 | 1100 | 111 | 0 | 1011110 | 10000 | 1000000 | 1011001 | 101100 |
Color Harmonies of #C7D60C
Complementary color
Monochromatic Colors of #C7D60C
Black with #C7D60C
Text Example
Text Example
White with #C7D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D60C; }
p { color: rgb(199,214,12); }
H1.HeaderClassName
{
color: #C7D60C;
}
.AnyTagClassName
{
color: #C7D60C;
}
</style>
background-color css
<style>
a { background-color: #C7D60C; }
a { background-color: rgb(199,214,12); }
div.DivClassName
{
background-color: #C7D60C;
}
.BgClassName
{
background-color: #C7D60C;
}
</style>
border-color css
<style>
span { border-color: #C7D60C; }
span { border-color: rgb(199,214,12); }
td.TdClassName
{
border-color: #C7D60C;
}
.TagClassName
{
border-color: #C7D60C;
}
</style>