Shades of La Rioja #C5C10F
Tints of La Rioja #C5C10F
RGB
CMYK
RGB Variations
Color information
#C5C10F (or 0xC5C10F) is known color: La Rioja. HEX triplet: C5, C1 and 0F. RGB value is (197,193,15). Sum of RGB (Red+Green+Blue) = 197+193+15=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C10F is #3A3EF0. Grayscale: #AEAEAE. Windows color (decimal): -3817201 or 1032645. OLE color: 1032645.
HSL color Cylindrical-coordinate representation of color #C5C10F: hue angle of 58.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5C10F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 15 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.23 |
| HSL | 58.68º | 0.86% | 0.42% | - |
| HSV(B) | 58.68º | 0.92% | 0.77% | - |
| XYZ | 42.18 | 50.04 | 7.89 | - |
| YUV | 173.9 | 38.33 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 15 | 0 | 0.02 | 0.92 | 0.23 | 58.68 | 0.86 | 0.42 |
| Hex | C5 | C1 | F | 0 | 2 | 5C | 17 | 3B | 56 | 2A |
| Octal | 305 | 301 | 17 | 0 | 2 | 134 | 27 | 73 | 126 | 52 |
| Binary | 11000101 | 11000001 | 1111 | 0 | 10 | 1011100 | 10111 | 111011 | 1010110 | 101010 |
Color Harmonies of #C5C10F
Complementary color
Monochromatic Colors of #C5C10F
Black with #C5C10F
Text Example
Text Example
White with #C5C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C10F; }
p { color: rgb(197,193,15); }
H1.HeaderClassName
{
color: #C5C10F;
}
.AnyTagClassName
{
color: #C5C10F;
}
</style>
background-color css
<style>
a { background-color: #C5C10F; }
a { background-color: rgb(197,193,15); }
div.DivClassName
{
background-color: #C5C10F;
}
.BgClassName
{
background-color: #C5C10F;
}
</style>
border-color css
<style>
span { border-color: #C5C10F; }
span { border-color: rgb(197,193,15); }
td.TdClassName
{
border-color: #C5C10F;
}
.TagClassName
{
border-color: #C5C10F;
}
</style>