Shades of La Rioja #C0CF06
Tints of La Rioja #C0CF06
RGB
CMYK
RGB Variations
Color information
#C0CF06 (or 0xC0CF06) is known color: La Rioja. HEX triplet: C0, CF and 06. RGB value is (192,207,6). Sum of RGB (Red+Green+Blue) = 192+207+6=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CF06 is #3F30F9. Grayscale: #B4B4B4. Windows color (decimal): -4141306 or 446400. OLE color: 446400.
HSL color Cylindrical-coordinate representation of color #C0CF06: hue angle of 64.48º 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 #C0CF06 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.19 |
| HSL | 64.48º | 0.94% | 0.42% | - |
| HSV(B) | 64.48º | 0.97% | 0.81% | - |
| XYZ | 44.08 | 55.85 | 8.63 | - |
| YUV | 179.6 | 30.03 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 6 | 0.07 | 0 | 0.97 | 0.19 | 64.48 | 0.94 | 0.42 |
| Hex | C0 | CF | 6 | 7 | 0 | 61 | 13 | 40 | 5E | 2A |
| Octal | 300 | 317 | 6 | 7 | 0 | 141 | 23 | 100 | 136 | 52 |
| Binary | 11000000 | 11001111 | 110 | 111 | 0 | 1100001 | 10011 | 1000000 | 1011110 | 101010 |
Color Harmonies of #C0CF06
Complementary color
Monochromatic Colors of #C0CF06
Black with #C0CF06
Text Example
Text Example
White with #C0CF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF06; }
p { color: rgb(192,207,6); }
H1.HeaderClassName
{
color: #C0CF06;
}
.AnyTagClassName
{
color: #C0CF06;
}
</style>
background-color css
<style>
a { background-color: #C0CF06; }
a { background-color: rgb(192,207,6); }
div.DivClassName
{
background-color: #C0CF06;
}
.BgClassName
{
background-color: #C0CF06;
}
</style>
border-color css
<style>
span { border-color: #C0CF06; }
span { border-color: rgb(192,207,6); }
td.TdClassName
{
border-color: #C0CF06;
}
.TagClassName
{
border-color: #C0CF06;
}
</style>