Shades of La Rioja #C6CE0F
Tints of La Rioja #C6CE0F
RGB
CMYK
RGB Variations
Color information
#C6CE0F (or 0xC6CE0F) is known color: La Rioja. HEX triplet: C6, CE and 0F. RGB value is (198,206,15). Sum of RGB (Red+Green+Blue) = 198+206+15=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CE0F is #3931F0. Grayscale: #B6B6B6. Windows color (decimal): -3748337 or 1035974. OLE color: 1035974.
HSL color Cylindrical-coordinate representation of color #C6CE0F: hue angle of 62.51º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6CE0F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 15 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.19 |
| HSL | 62.51º | 0.86% | 0.43% | - |
| HSV(B) | 62.51º | 0.93% | 0.81% | - |
| XYZ | 45.45 | 56.18 | 8.9 | - |
| YUV | 181.83 | 33.85 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 15 | 0.04 | 0 | 0.93 | 0.19 | 62.51 | 0.86 | 0.43 |
| Hex | C6 | CE | F | 4 | 0 | 5D | 13 | 3F | 56 | 2B |
| Octal | 306 | 316 | 17 | 4 | 0 | 135 | 23 | 77 | 126 | 53 |
| Binary | 11000110 | 11001110 | 1111 | 100 | 0 | 1011101 | 10011 | 111111 | 1010110 | 101011 |
Color Harmonies of #C6CE0F
Complementary color
Monochromatic Colors of #C6CE0F
Black with #C6CE0F
Text Example
Text Example
White with #C6CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE0F; }
p { color: rgb(198,206,15); }
H1.HeaderClassName
{
color: #C6CE0F;
}
.AnyTagClassName
{
color: #C6CE0F;
}
</style>
background-color css
<style>
a { background-color: #C6CE0F; }
a { background-color: rgb(198,206,15); }
div.DivClassName
{
background-color: #C6CE0F;
}
.BgClassName
{
background-color: #C6CE0F;
}
</style>
border-color css
<style>
span { border-color: #C6CE0F; }
span { border-color: rgb(198,206,15); }
td.TdClassName
{
border-color: #C6CE0F;
}
.TagClassName
{
border-color: #C6CE0F;
}
</style>