Shades of La Rioja #C6C400
Tints of La Rioja #C6C400
RGB
CMYK
RGB Variations
Color information
#C6C400 (or 0xC6C400) is known color: La Rioja. HEX triplet: C6, C4 and 00. RGB value is (198,196,0). Sum of RGB (Red+Green+Blue) = 198+196+0=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C400 is #393BFF. Grayscale: #AFAFAF. Windows color (decimal): -3750912 or 50374. OLE color: 50374.
HSL color Cylindrical-coordinate representation of color #C6C400: hue angle of 59.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6C400 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.22 |
| HSL | 59.39º | 1% | 0.39% | - |
| HSV(B) | 59.39º | 1% | 0.78% | - |
| XYZ | 43.03 | 51.49 | 7.67 | - |
| YUV | 174.25 | 29.66 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 0 | 0 | 0.01 | 1 | 0.22 | 59.39 | 1 | 0.39 |
| Hex | C6 | C4 | 0 | 0 | 1 | 64 | 16 | 3B | 64 | 27 |
| Octal | 306 | 304 | 0 | 0 | 1 | 144 | 26 | 73 | 144 | 47 |
| Binary | 11000110 | 11000100 | 0 | 0 | 1 | 1100100 | 10110 | 111011 | 1100100 | 100111 |
Color Harmonies of #C6C400
Complementary color
Monochromatic Colors of #C6C400
Black with #C6C400
Text Example
Text Example
White with #C6C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C400; }
p { color: rgb(198,196,0); }
H1.HeaderClassName
{
color: #C6C400;
}
.AnyTagClassName
{
color: #C6C400;
}
</style>
background-color css
<style>
a { background-color: #C6C400; }
a { background-color: rgb(198,196,0); }
div.DivClassName
{
background-color: #C6C400;
}
.BgClassName
{
background-color: #C6C400;
}
</style>
border-color css
<style>
span { border-color: #C6C400; }
span { border-color: rgb(198,196,0); }
td.TdClassName
{
border-color: #C6C400;
}
.TagClassName
{
border-color: #C6C400;
}
</style>