Shades of La Rioja #C5CE10
Tints of La Rioja #C5CE10
RGB
CMYK
RGB Variations
Color information
#C5CE10 (or 0xC5CE10) is known color: La Rioja. HEX triplet: C5, CE and 10. RGB value is (197,206,16). Sum of RGB (Red+Green+Blue) = 197+206+16=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CE10 is #3A31EF. Grayscale: #B6B6B6. Windows color (decimal): -3813872 or 1101509. OLE color: 1101509.
HSL color Cylindrical-coordinate representation of color #C5CE10: hue angle of 62.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5CE10 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.19 |
| HSL | 62.84º | 0.86% | 0.44% | - |
| HSV(B) | 62.84º | 0.92% | 0.81% | - |
| XYZ | 45.19 | 56.05 | 8.93 | - |
| YUV | 181.65 | 34.52 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 16 | 0.04 | 0 | 0.92 | 0.19 | 62.84 | 0.86 | 0.44 |
| Hex | C5 | CE | 10 | 4 | 0 | 5C | 13 | 3F | 56 | 2C |
| Octal | 305 | 316 | 20 | 4 | 0 | 134 | 23 | 77 | 126 | 54 |
| Binary | 11000101 | 11001110 | 10000 | 100 | 0 | 1011100 | 10011 | 111111 | 1010110 | 101100 |
Color Harmonies of #C5CE10
Complementary color
Monochromatic Colors of #C5CE10
Black with #C5CE10
Text Example
Text Example
White with #C5CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE10; }
p { color: rgb(197,206,16); }
H1.HeaderClassName
{
color: #C5CE10;
}
.AnyTagClassName
{
color: #C5CE10;
}
</style>
background-color css
<style>
a { background-color: #C5CE10; }
a { background-color: rgb(197,206,16); }
div.DivClassName
{
background-color: #C5CE10;
}
.BgClassName
{
background-color: #C5CE10;
}
</style>
border-color css
<style>
span { border-color: #C5CE10; }
span { border-color: rgb(197,206,16); }
td.TdClassName
{
border-color: #C5CE10;
}
.TagClassName
{
border-color: #C5CE10;
}
</style>