Shades of La Rioja #C6CF00
Tints of La Rioja #C6CF00
RGB
CMYK
RGB Variations
Color information
#C6CF00 (or 0xC6CF00) is known color: La Rioja. HEX triplet: C6, CF and 00. RGB value is (198,207,0). Sum of RGB (Red+Green+Blue) = 198+207+0=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CF00 is #3930FF. Grayscale: #B5B5B5. Windows color (decimal): -3748096 or 53190. OLE color: 53190.
HSL color Cylindrical-coordinate representation of color #C6CF00: hue angle of 62.61º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6CF00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.19 |
| HSL | 62.61º | 1% | 0.41% | - |
| HSV(B) | 62.61º | 1% | 0.81% | - |
| XYZ | 45.6 | 56.63 | 8.53 | - |
| YUV | 180.71 | 26.02 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 0 | 0.04 | 0 | 1 | 0.19 | 62.61 | 1 | 0.41 |
| Hex | C6 | CF | 0 | 4 | 0 | 64 | 13 | 3F | 64 | 29 |
| Octal | 306 | 317 | 0 | 4 | 0 | 144 | 23 | 77 | 144 | 51 |
| Binary | 11000110 | 11001111 | 0 | 100 | 0 | 1100100 | 10011 | 111111 | 1100100 | 101001 |
Color Harmonies of #C6CF00
Complementary color
Monochromatic Colors of #C6CF00
Black with #C6CF00
Text Example
Text Example
White with #C6CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF00; }
p { color: rgb(198,207,0); }
H1.HeaderClassName
{
color: #C6CF00;
}
.AnyTagClassName
{
color: #C6CF00;
}
</style>
background-color css
<style>
a { background-color: #C6CF00; }
a { background-color: rgb(198,207,0); }
div.DivClassName
{
background-color: #C6CF00;
}
.BgClassName
{
background-color: #C6CF00;
}
</style>
border-color css
<style>
span { border-color: #C6CF00; }
span { border-color: rgb(198,207,0); }
td.TdClassName
{
border-color: #C6CF00;
}
.TagClassName
{
border-color: #C6CF00;
}
</style>