Shades of La Rioja #C6CF10
Tints of La Rioja #C6CF10
RGB
CMYK
RGB Variations
Color information
#C6CF10 (or 0xC6CF10) is known color: La Rioja. HEX triplet: C6, CF and 10. RGB value is (198,207,16). Sum of RGB (Red+Green+Blue) = 198+207+16=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CF10 is #3930EF. Grayscale: #B7B7B7. Windows color (decimal): -3748080 or 1101766. OLE color: 1101766.
HSL color Cylindrical-coordinate representation of color #C6CF10: hue angle of 62.83º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6CF10 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.19 |
| HSL | 62.83º | 0.86% | 0.44% | - |
| HSV(B) | 62.83º | 0.92% | 0.81% | - |
| XYZ | 45.7 | 56.67 | 9.02 | - |
| YUV | 182.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 16 | 0.04 | 0 | 0.92 | 0.19 | 62.83 | 0.86 | 0.44 |
| Hex | C6 | CF | 10 | 4 | 0 | 5C | 13 | 3F | 56 | 2C |
| Octal | 306 | 317 | 20 | 4 | 0 | 134 | 23 | 77 | 126 | 54 |
| Binary | 11000110 | 11001111 | 10000 | 100 | 0 | 1011100 | 10011 | 111111 | 1010110 | 101100 |
Color Harmonies of #C6CF10
Complementary color
Monochromatic Colors of #C6CF10
Black with #C6CF10
Text Example
Text Example
White with #C6CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF10; }
p { color: rgb(198,207,16); }
H1.HeaderClassName
{
color: #C6CF10;
}
.AnyTagClassName
{
color: #C6CF10;
}
</style>
background-color css
<style>
a { background-color: #C6CF10; }
a { background-color: rgb(198,207,16); }
div.DivClassName
{
background-color: #C6CF10;
}
.BgClassName
{
background-color: #C6CF10;
}
</style>
border-color css
<style>
span { border-color: #C6CF10; }
span { border-color: rgb(198,207,16); }
td.TdClassName
{
border-color: #C6CF10;
}
.TagClassName
{
border-color: #C6CF10;
}
</style>