Shades of La Rioja #C6CF06
Tints of La Rioja #C6CF06
RGB
CMYK
RGB Variations
Color information
#C6CF06 (or 0xC6CF06) is known color: La Rioja. HEX triplet: C6, CF and 06. RGB value is (198,207,6). Sum of RGB (Red+Green+Blue) = 198+207+6=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CF06 is #3930F9. Grayscale: #B6B6B6. Windows color (decimal): -3748090 or 446406. OLE color: 446406.
HSL color Cylindrical-coordinate representation of color #C6CF06: hue angle of 62.69º degrees, saturation: 0.94, 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 #C6CF06 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.19 |
| HSL | 62.69º | 0.94% | 0.42% | - |
| HSV(B) | 62.69º | 0.97% | 0.81% | - |
| XYZ | 45.63 | 56.64 | 8.7 | - |
| YUV | 181.4 | 29.02 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 6 | 0.04 | 0 | 0.97 | 0.19 | 62.69 | 0.94 | 0.42 |
| Hex | C6 | CF | 6 | 4 | 0 | 61 | 13 | 3F | 5E | 2A |
| Octal | 306 | 317 | 6 | 4 | 0 | 141 | 23 | 77 | 136 | 52 |
| Binary | 11000110 | 11001111 | 110 | 100 | 0 | 1100001 | 10011 | 111111 | 1011110 | 101010 |
Color Harmonies of #C6CF06
Complementary color
Monochromatic Colors of #C6CF06
Black with #C6CF06
Text Example
Text Example
White with #C6CF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF06; }
p { color: rgb(198,207,6); }
H1.HeaderClassName
{
color: #C6CF06;
}
.AnyTagClassName
{
color: #C6CF06;
}
</style>
background-color css
<style>
a { background-color: #C6CF06; }
a { background-color: rgb(198,207,6); }
div.DivClassName
{
background-color: #C6CF06;
}
.BgClassName
{
background-color: #C6CF06;
}
</style>
border-color css
<style>
span { border-color: #C6CF06; }
span { border-color: rgb(198,207,6); }
td.TdClassName
{
border-color: #C6CF06;
}
.TagClassName
{
border-color: #C6CF06;
}
</style>