Shades of La Rioja #C5C004
Tints of La Rioja #C5C004
RGB
CMYK
RGB Variations
Color information
#C5C004 (or 0xC5C004) is known color: La Rioja. HEX triplet: C5, C0 and 04. RGB value is (197,192,4). Sum of RGB (Red+Green+Blue) = 197+192+4=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C004 is #3A3FFB. Grayscale: #ACACAC. Windows color (decimal): -3817468 or 311493. OLE color: 311493.
HSL color Cylindrical-coordinate representation of color #C5C004: hue angle of 58.45º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5C004 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.23 |
| HSL | 58.45º | 0.96% | 0.39% | - |
| HSV(B) | 58.45º | 0.98% | 0.77% | - |
| XYZ | 41.9 | 49.58 | 7.48 | - |
| YUV | 172.06 | 33.16 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 4 | 0 | 0.03 | 0.98 | 0.23 | 58.45 | 0.96 | 0.39 |
| Hex | C5 | C0 | 4 | 0 | 3 | 62 | 17 | 3A | 60 | 27 |
| Octal | 305 | 300 | 4 | 0 | 3 | 142 | 27 | 72 | 140 | 47 |
| Binary | 11000101 | 11000000 | 100 | 0 | 11 | 1100010 | 10111 | 111010 | 1100000 | 100111 |
Color Harmonies of #C5C004
Complementary color
Monochromatic Colors of #C5C004
Black with #C5C004
Text Example
Text Example
White with #C5C004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C004; }
p { color: rgb(197,192,4); }
H1.HeaderClassName
{
color: #C5C004;
}
.AnyTagClassName
{
color: #C5C004;
}
</style>
background-color css
<style>
a { background-color: #C5C004; }
a { background-color: rgb(197,192,4); }
div.DivClassName
{
background-color: #C5C004;
}
.BgClassName
{
background-color: #C5C004;
}
</style>
border-color css
<style>
span { border-color: #C5C004; }
span { border-color: rgb(197,192,4); }
td.TdClassName
{
border-color: #C5C004;
}
.TagClassName
{
border-color: #C5C004;
}
</style>