Shades of La Rioja #C6C40B
Tints of La Rioja #C6C40B
RGB
CMYK
RGB Variations
Color information
#C6C40B (or 0xC6C40B) is known color: La Rioja. HEX triplet: C6, C4 and 0B. RGB value is (198,196,11). Sum of RGB (Red+Green+Blue) = 198+196+11=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C40B is #393BF4. Grayscale: #B0B0B0. Windows color (decimal): -3750901 or 771270. OLE color: 771270.
HSL color Cylindrical-coordinate representation of color #C6C40B: hue angle of 59.36º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6C40B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.22 |
| HSL | 59.36º | 0.89% | 0.41% | - |
| HSV(B) | 59.36º | 0.94% | 0.78% | - |
| XYZ | 43.09 | 51.51 | 7.99 | - |
| YUV | 175.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 11 | 0 | 0.01 | 0.94 | 0.22 | 59.36 | 0.89 | 0.41 |
| Hex | C6 | C4 | B | 0 | 1 | 5E | 16 | 3B | 59 | 29 |
| Octal | 306 | 304 | 13 | 0 | 1 | 136 | 26 | 73 | 131 | 51 |
| Binary | 11000110 | 11000100 | 1011 | 0 | 1 | 1011110 | 10110 | 111011 | 1011001 | 101001 |
Color Harmonies of #C6C40B
Complementary color
Monochromatic Colors of #C6C40B
Black with #C6C40B
Text Example
Text Example
White with #C6C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C40B; }
p { color: rgb(198,196,11); }
H1.HeaderClassName
{
color: #C6C40B;
}
.AnyTagClassName
{
color: #C6C40B;
}
</style>
background-color css
<style>
a { background-color: #C6C40B; }
a { background-color: rgb(198,196,11); }
div.DivClassName
{
background-color: #C6C40B;
}
.BgClassName
{
background-color: #C6C40B;
}
</style>
border-color css
<style>
span { border-color: #C6C40B; }
span { border-color: rgb(198,196,11); }
td.TdClassName
{
border-color: #C6C40B;
}
.TagClassName
{
border-color: #C6C40B;
}
</style>