Shades of La Rioja #C6C50C
Tints of La Rioja #C6C50C
RGB
CMYK
RGB Variations
Color information
#C6C50C (or 0xC6C50C) is known color: La Rioja. HEX triplet: C6, C5 and 0C. RGB value is (198,197,12). Sum of RGB (Red+Green+Blue) = 198+197+12=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C50C is #393AF3. Grayscale: #B0B0B0. Windows color (decimal): -3750644 or 837062. OLE color: 837062.
HSL color Cylindrical-coordinate representation of color #C6C50C: hue angle of 59.68º 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 #C6C50C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.22 |
| HSL | 59.68º | 0.89% | 0.41% | - |
| HSV(B) | 59.68º | 0.94% | 0.78% | - |
| XYZ | 43.32 | 51.96 | 8.09 | - |
| YUV | 176.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 12 | 0 | 0.01 | 0.94 | 0.22 | 59.68 | 0.89 | 0.41 |
| Hex | C6 | C5 | C | 0 | 1 | 5E | 16 | 3C | 59 | 29 |
| Octal | 306 | 305 | 14 | 0 | 1 | 136 | 26 | 74 | 131 | 51 |
| Binary | 11000110 | 11000101 | 1100 | 0 | 1 | 1011110 | 10110 | 111100 | 1011001 | 101001 |
Color Harmonies of #C6C50C
Complementary color
Monochromatic Colors of #C6C50C
Black with #C6C50C
Text Example
Text Example
White with #C6C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C50C; }
p { color: rgb(198,197,12); }
H1.HeaderClassName
{
color: #C6C50C;
}
.AnyTagClassName
{
color: #C6C50C;
}
</style>
background-color css
<style>
a { background-color: #C6C50C; }
a { background-color: rgb(198,197,12); }
div.DivClassName
{
background-color: #C6C50C;
}
.BgClassName
{
background-color: #C6C50C;
}
</style>
border-color css
<style>
span { border-color: #C6C50C; }
span { border-color: rgb(198,197,12); }
td.TdClassName
{
border-color: #C6C50C;
}
.TagClassName
{
border-color: #C6C50C;
}
</style>