Shades of La Rioja #C5CC0A
Tints of La Rioja #C5CC0A
RGB
CMYK
RGB Variations
Color information
#C5CC0A (or 0xC5CC0A) is known color: La Rioja. HEX triplet: C5, CC and 0A. RGB value is (197,204,10). Sum of RGB (Red+Green+Blue) = 197+204+10=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CC0A is #3A33F5. Grayscale: #B4B4B4. Windows color (decimal): -3814390 or 707781. OLE color: 707781.
HSL color Cylindrical-coordinate representation of color #C5CC0A: hue angle of 62.16º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5CC0A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.2 |
| HSL | 62.16º | 0.91% | 0.42% | - |
| HSV(B) | 62.16º | 0.95% | 0.8% | - |
| XYZ | 44.67 | 55.08 | 8.56 | - |
| YUV | 179.79 | 32.18 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 10 | 0.03 | 0 | 0.95 | 0.2 | 62.16 | 0.91 | 0.42 |
| Hex | C5 | CC | A | 3 | 0 | 5F | 14 | 3E | 5B | 2A |
| Octal | 305 | 314 | 12 | 3 | 0 | 137 | 24 | 76 | 133 | 52 |
| Binary | 11000101 | 11001100 | 1010 | 11 | 0 | 1011111 | 10100 | 111110 | 1011011 | 101010 |
Color Harmonies of #C5CC0A
Complementary color
Monochromatic Colors of #C5CC0A
Black with #C5CC0A
Text Example
Text Example
White with #C5CC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC0A; }
p { color: rgb(197,204,10); }
H1.HeaderClassName
{
color: #C5CC0A;
}
.AnyTagClassName
{
color: #C5CC0A;
}
</style>
background-color css
<style>
a { background-color: #C5CC0A; }
a { background-color: rgb(197,204,10); }
div.DivClassName
{
background-color: #C5CC0A;
}
.BgClassName
{
background-color: #C5CC0A;
}
</style>
border-color css
<style>
span { border-color: #C5CC0A; }
span { border-color: rgb(197,204,10); }
td.TdClassName
{
border-color: #C5CC0A;
}
.TagClassName
{
border-color: #C5CC0A;
}
</style>