Shades of La Rioja #C5CA0C
Tints of La Rioja #C5CA0C
RGB
CMYK
RGB Variations
Color information
#C5CA0C (or 0xC5CA0C) is known color: La Rioja. HEX triplet: C5, CA and 0C. RGB value is (197,202,12). Sum of RGB (Red+Green+Blue) = 197+202+12=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CA0C is #3A35F3. Grayscale: #B3B3B3. Windows color (decimal): -3814900 or 838341. OLE color: 838341.
HSL color Cylindrical-coordinate representation of color #C5CA0C: hue angle of 61.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5CA0C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 12 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.21 |
| HSL | 61.58º | 0.89% | 0.42% | - |
| HSV(B) | 61.58º | 0.94% | 0.79% | - |
| XYZ | 44.21 | 54.14 | 8.47 | - |
| YUV | 178.85 | 33.84 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 12 | 0.02 | 0 | 0.94 | 0.21 | 61.58 | 0.89 | 0.42 |
| Hex | C5 | CA | C | 2 | 0 | 5E | 15 | 3E | 59 | 2A |
| Octal | 305 | 312 | 14 | 2 | 0 | 136 | 25 | 76 | 131 | 52 |
| Binary | 11000101 | 11001010 | 1100 | 10 | 0 | 1011110 | 10101 | 111110 | 1011001 | 101010 |
Color Harmonies of #C5CA0C
Complementary color
Monochromatic Colors of #C5CA0C
Black with #C5CA0C
Text Example
Text Example
White with #C5CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA0C; }
p { color: rgb(197,202,12); }
H1.HeaderClassName
{
color: #C5CA0C;
}
.AnyTagClassName
{
color: #C5CA0C;
}
</style>
background-color css
<style>
a { background-color: #C5CA0C; }
a { background-color: rgb(197,202,12); }
div.DivClassName
{
background-color: #C5CA0C;
}
.BgClassName
{
background-color: #C5CA0C;
}
</style>
border-color css
<style>
span { border-color: #C5CA0C; }
span { border-color: rgb(197,202,12); }
td.TdClassName
{
border-color: #C5CA0C;
}
.TagClassName
{
border-color: #C5CA0C;
}
</style>