Shades of La Rioja #C5C011
Tints of La Rioja #C5C011
RGB
CMYK
RGB Variations
Color information
#C5C011 (or 0xC5C011) is known color: La Rioja. HEX triplet: C5, C0 and 11. RGB value is (197,192,17). Sum of RGB (Red+Green+Blue) = 197+192+17=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C011 is #3A3FEE. Grayscale: #AEAEAE. Windows color (decimal): -3817455 or 1163461. OLE color: 1163461.
HSL color Cylindrical-coordinate representation of color #C5C011: hue angle of 58.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5C011 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 17 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.23 |
| HSL | 58.33º | 0.84% | 0.42% | - |
| HSV(B) | 58.33º | 0.91% | 0.77% | - |
| XYZ | 41.98 | 49.61 | 7.89 | - |
| YUV | 173.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 17 | 0 | 0.03 | 0.91 | 0.23 | 58.33 | 0.84 | 0.42 |
| Hex | C5 | C0 | 11 | 0 | 3 | 5B | 17 | 3A | 54 | 2A |
| Octal | 305 | 300 | 21 | 0 | 3 | 133 | 27 | 72 | 124 | 52 |
| Binary | 11000101 | 11000000 | 10001 | 0 | 11 | 1011011 | 10111 | 111010 | 1010100 | 101010 |
Color Harmonies of #C5C011
Complementary color
Monochromatic Colors of #C5C011
Black with #C5C011
Text Example
Text Example
White with #C5C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C011; }
p { color: rgb(197,192,17); }
H1.HeaderClassName
{
color: #C5C011;
}
.AnyTagClassName
{
color: #C5C011;
}
</style>
background-color css
<style>
a { background-color: #C5C011; }
a { background-color: rgb(197,192,17); }
div.DivClassName
{
background-color: #C5C011;
}
.BgClassName
{
background-color: #C5C011;
}
</style>
border-color css
<style>
span { border-color: #C5C011; }
span { border-color: rgb(197,192,17); }
td.TdClassName
{
border-color: #C5C011;
}
.TagClassName
{
border-color: #C5C011;
}
</style>