Shades of La Rioja #C5CF10
Tints of La Rioja #C5CF10
RGB
CMYK
RGB Variations
Color information
#C5CF10 (or 0xC5CF10) is known color: La Rioja. HEX triplet: C5, CF and 10. RGB value is (197,207,16). Sum of RGB (Red+Green+Blue) = 197+207+16=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CF10 is #3A30EF. Grayscale: #B6B6B6. Windows color (decimal): -3813616 or 1101765. OLE color: 1101765.
HSL color Cylindrical-coordinate representation of color #C5CF10: hue angle of 63.14º 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 #C5CF10 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.19 |
| HSL | 63.14º | 0.86% | 0.44% | - |
| HSV(B) | 63.14º | 0.92% | 0.81% | - |
| XYZ | 45.43 | 56.53 | 9.01 | - |
| YUV | 182.24 | 34.19 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 16 | 0.05 | 0 | 0.92 | 0.19 | 63.14 | 0.86 | 0.44 |
| Hex | C5 | CF | 10 | 5 | 0 | 5C | 13 | 3F | 56 | 2C |
| Octal | 305 | 317 | 20 | 5 | 0 | 134 | 23 | 77 | 126 | 54 |
| Binary | 11000101 | 11001111 | 10000 | 101 | 0 | 1011100 | 10011 | 111111 | 1010110 | 101100 |
Color Harmonies of #C5CF10
Complementary color
Monochromatic Colors of #C5CF10
Black with #C5CF10
Text Example
Text Example
White with #C5CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF10; }
p { color: rgb(197,207,16); }
H1.HeaderClassName
{
color: #C5CF10;
}
.AnyTagClassName
{
color: #C5CF10;
}
</style>
background-color css
<style>
a { background-color: #C5CF10; }
a { background-color: rgb(197,207,16); }
div.DivClassName
{
background-color: #C5CF10;
}
.BgClassName
{
background-color: #C5CF10;
}
</style>
border-color css
<style>
span { border-color: #C5CF10; }
span { border-color: rgb(197,207,16); }
td.TdClassName
{
border-color: #C5CF10;
}
.TagClassName
{
border-color: #C5CF10;
}
</style>