Shades of La Rioja #C6C10F
Tints of La Rioja #C6C10F
RGB
CMYK
RGB Variations
Color information
#C6C10F (or 0xC6C10F) is known color: La Rioja. HEX triplet: C6, C1 and 0F. RGB value is (198,193,15). Sum of RGB (Red+Green+Blue) = 198+193+15=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C10F is #393EF0. Grayscale: #AEAEAE. Windows color (decimal): -3751665 or 1032646. OLE color: 1032646.
HSL color Cylindrical-coordinate representation of color #C6C10F: hue angle of 58.36º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6C10F is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 15 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.22 |
| HSL | 58.36º | 0.86% | 0.42% | - |
| HSV(B) | 58.36º | 0.92% | 0.78% | - |
| XYZ | 42.44 | 50.18 | 7.9 | - |
| YUV | 174.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 15 | 0 | 0.03 | 0.92 | 0.22 | 58.36 | 0.86 | 0.42 |
| Hex | C6 | C1 | F | 0 | 3 | 5C | 16 | 3A | 56 | 2A |
| Octal | 306 | 301 | 17 | 0 | 3 | 134 | 26 | 72 | 126 | 52 |
| Binary | 11000110 | 11000001 | 1111 | 0 | 11 | 1011100 | 10110 | 111010 | 1010110 | 101010 |
Color Harmonies of #C6C10F
Complementary color
Monochromatic Colors of #C6C10F
Black with #C6C10F
Text Example
Text Example
White with #C6C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C10F; }
p { color: rgb(198,193,15); }
H1.HeaderClassName
{
color: #C6C10F;
}
.AnyTagClassName
{
color: #C6C10F;
}
</style>
background-color css
<style>
a { background-color: #C6C10F; }
a { background-color: rgb(198,193,15); }
div.DivClassName
{
background-color: #C6C10F;
}
.BgClassName
{
background-color: #C6C10F;
}
</style>
border-color css
<style>
span { border-color: #C6C10F; }
span { border-color: rgb(198,193,15); }
td.TdClassName
{
border-color: #C6C10F;
}
.TagClassName
{
border-color: #C6C10F;
}
</style>