Shades of La Rioja #C1C314
Tints of La Rioja #C1C314
RGB
CMYK
RGB Variations
Color information
#C1C314 (or 0xC1C314) is known color: La Rioja. HEX triplet: C1, C3 and 14. RGB value is (193,195,20). Sum of RGB (Red+Green+Blue) = 193+195+20=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C314 is #3E3CEB. Grayscale: #AFAFAF. Windows color (decimal): -4078828 or 1360833. OLE color: 1360833.
HSL color Cylindrical-coordinate representation of color #C1C314: hue angle of 60.69º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1C314 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 20 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.24 |
| HSL | 60.69º | 0.81% | 0.42% | - |
| HSV(B) | 60.69º | 0.9% | 0.76% | - |
| XYZ | 41.63 | 50.42 | 8.2 | - |
| YUV | 174.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 20 | 0.01 | 0 | 0.90 | 0.24 | 60.69 | 0.81 | 0.42 |
| Hex | C1 | C3 | 14 | 1 | 0 | 5A | 18 | 3D | 51 | 2A |
| Octal | 301 | 303 | 24 | 1 | 0 | 132 | 30 | 75 | 121 | 52 |
| Binary | 11000001 | 11000011 | 10100 | 1 | 0 | 1011010 | 11000 | 111101 | 1010001 | 101010 |
Color Harmonies of #C1C314
Complementary color
Monochromatic Colors of #C1C314
Black with #C1C314
Text Example
Text Example
White with #C1C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C314; }
p { color: rgb(193,195,20); }
H1.HeaderClassName
{
color: #C1C314;
}
.AnyTagClassName
{
color: #C1C314;
}
</style>
background-color css
<style>
a { background-color: #C1C314; }
a { background-color: rgb(193,195,20); }
div.DivClassName
{
background-color: #C1C314;
}
.BgClassName
{
background-color: #C1C314;
}
</style>
border-color css
<style>
span { border-color: #C1C314; }
span { border-color: rgb(193,195,20); }
td.TdClassName
{
border-color: #C1C314;
}
.TagClassName
{
border-color: #C1C314;
}
</style>