Shades of La Rioja #C5C105
Tints of La Rioja #C5C105
RGB
CMYK
RGB Variations
Color information
#C5C105 (or 0xC5C105) is known color: La Rioja. HEX triplet: C5, C1 and 05. RGB value is (197,193,5). Sum of RGB (Red+Green+Blue) = 197+193+5=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C105 is #3A3EFA. Grayscale: #ADADAD. Windows color (decimal): -3817211 or 377285. OLE color: 377285.
HSL color Cylindrical-coordinate representation of color #C5C105: hue angle of 58.75º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5C105 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.23 |
| HSL | 58.75º | 0.95% | 0.4% | - |
| HSV(B) | 58.75º | 0.97% | 0.77% | - |
| XYZ | 42.12 | 50.02 | 7.58 | - |
| YUV | 172.76 | 33.33 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 5 | 0 | 0.02 | 0.97 | 0.23 | 58.75 | 0.95 | 0.4 |
| Hex | C5 | C1 | 5 | 0 | 2 | 61 | 17 | 3B | 5F | 28 |
| Octal | 305 | 301 | 5 | 0 | 2 | 141 | 27 | 73 | 137 | 50 |
| Binary | 11000101 | 11000001 | 101 | 0 | 10 | 1100001 | 10111 | 111011 | 1011111 | 101000 |
Color Harmonies of #C5C105
Complementary color
Monochromatic Colors of #C5C105
Black with #C5C105
Text Example
Text Example
White with #C5C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C105; }
p { color: rgb(197,193,5); }
H1.HeaderClassName
{
color: #C5C105;
}
.AnyTagClassName
{
color: #C5C105;
}
</style>
background-color css
<style>
a { background-color: #C5C105; }
a { background-color: rgb(197,193,5); }
div.DivClassName
{
background-color: #C5C105;
}
.BgClassName
{
background-color: #C5C105;
}
</style>
border-color css
<style>
span { border-color: #C5C105; }
span { border-color: rgb(197,193,5); }
td.TdClassName
{
border-color: #C5C105;
}
.TagClassName
{
border-color: #C5C105;
}
</style>