Shades of La Rioja #C5C405
Tints of La Rioja #C5C405
RGB
CMYK
RGB Variations
Color information
#C5C405 (or 0xC5C405) is known color: La Rioja. HEX triplet: C5, C4 and 05. RGB value is (197,196,5). Sum of RGB (Red+Green+Blue) = 197+196+5=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C405 is #3A3BFA. Grayscale: #AFAFAF. Windows color (decimal): -3816443 or 378053. OLE color: 378053.
HSL color Cylindrical-coordinate representation of color #C5C405: hue angle of 59.69º 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 #C5C405 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.23 |
| HSL | 59.69º | 0.95% | 0.4% | - |
| HSV(B) | 59.69º | 0.97% | 0.77% | - |
| XYZ | 42.79 | 51.36 | 7.8 | - |
| YUV | 174.53 | 32.33 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 5 | 0 | 0.01 | 0.97 | 0.23 | 59.69 | 0.95 | 0.4 |
| Hex | C5 | C4 | 5 | 0 | 1 | 61 | 17 | 3C | 5F | 28 |
| Octal | 305 | 304 | 5 | 0 | 1 | 141 | 27 | 74 | 137 | 50 |
| Binary | 11000101 | 11000100 | 101 | 0 | 1 | 1100001 | 10111 | 111100 | 1011111 | 101000 |
Color Harmonies of #C5C405
Complementary color
Monochromatic Colors of #C5C405
Black with #C5C405
Text Example
Text Example
White with #C5C405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C405; }
p { color: rgb(197,196,5); }
H1.HeaderClassName
{
color: #C5C405;
}
.AnyTagClassName
{
color: #C5C405;
}
</style>
background-color css
<style>
a { background-color: #C5C405; }
a { background-color: rgb(197,196,5); }
div.DivClassName
{
background-color: #C5C405;
}
.BgClassName
{
background-color: #C5C405;
}
</style>
border-color css
<style>
span { border-color: #C5C405; }
span { border-color: rgb(197,196,5); }
td.TdClassName
{
border-color: #C5C405;
}
.TagClassName
{
border-color: #C5C405;
}
</style>