Shades of La Rioja #C8D007
Tints of La Rioja #C8D007
RGB
CMYK
RGB Variations
Color information
#C8D007 (or 0xC8D007) is known color: La Rioja. HEX triplet: C8, D0 and 07. RGB value is (200,208,7). Sum of RGB (Red+Green+Blue) = 200+208+7=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D007 is #372FF8. Grayscale: #B7B7B7. Windows color (decimal): -3616761 or 512200. OLE color: 512200.
HSL color Cylindrical-coordinate representation of color #C8D007: hue angle of 62.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8D007 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 7 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.18 |
| HSL | 62.39º | 0.93% | 0.42% | - |
| HSV(B) | 62.39º | 0.97% | 0.82% | - |
| XYZ | 46.41 | 57.41 | 8.84 | - |
| YUV | 182.69 | 28.85 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 7 | 0.04 | 0 | 0.97 | 0.18 | 62.39 | 0.93 | 0.42 |
| Hex | C8 | D0 | 7 | 4 | 0 | 61 | 12 | 3E | 5D | 2A |
| Octal | 310 | 320 | 7 | 4 | 0 | 141 | 22 | 76 | 135 | 52 |
| Binary | 11001000 | 11010000 | 111 | 100 | 0 | 1100001 | 10010 | 111110 | 1011101 | 101010 |
Color Harmonies of #C8D007
Complementary color
Monochromatic Colors of #C8D007
Black with #C8D007
Text Example
Text Example
White with #C8D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D007; }
p { color: rgb(200,208,7); }
H1.HeaderClassName
{
color: #C8D007;
}
.AnyTagClassName
{
color: #C8D007;
}
</style>
background-color css
<style>
a { background-color: #C8D007; }
a { background-color: rgb(200,208,7); }
div.DivClassName
{
background-color: #C8D007;
}
.BgClassName
{
background-color: #C8D007;
}
</style>
border-color css
<style>
span { border-color: #C8D007; }
span { border-color: rgb(200,208,7); }
td.TdClassName
{
border-color: #C8D007;
}
.TagClassName
{
border-color: #C8D007;
}
</style>