Shades of La Rioja #C1C512
Tints of La Rioja #C1C512
RGB
CMYK
RGB Variations
Color information
#C1C512 (or 0xC1C512) is known color: La Rioja. HEX triplet: C1, C5 and 12. RGB value is (193,197,18). Sum of RGB (Red+Green+Blue) = 193+197+18=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C512 is #3E3AED. Grayscale: #B0B0B0. Windows color (decimal): -4078318 or 1230273. OLE color: 1230273.
HSL color Cylindrical-coordinate representation of color #C1C512: hue angle of 61.34º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1C512 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 18 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.23 |
| HSL | 61.34º | 0.83% | 0.42% | - |
| HSV(B) | 61.34º | 0.91% | 0.77% | - |
| XYZ | 42.07 | 51.31 | 8.26 | - |
| YUV | 175.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 18 | 0.02 | 0 | 0.91 | 0.23 | 61.34 | 0.83 | 0.42 |
| Hex | C1 | C5 | 12 | 2 | 0 | 5B | 17 | 3D | 53 | 2A |
| Octal | 301 | 305 | 22 | 2 | 0 | 133 | 27 | 75 | 123 | 52 |
| Binary | 11000001 | 11000101 | 10010 | 10 | 0 | 1011011 | 10111 | 111101 | 1010011 | 101010 |
Color Harmonies of #C1C512
Complementary color
Monochromatic Colors of #C1C512
Black with #C1C512
Text Example
Text Example
White with #C1C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C512; }
p { color: rgb(193,197,18); }
H1.HeaderClassName
{
color: #C1C512;
}
.AnyTagClassName
{
color: #C1C512;
}
</style>
background-color css
<style>
a { background-color: #C1C512; }
a { background-color: rgb(193,197,18); }
div.DivClassName
{
background-color: #C1C512;
}
.BgClassName
{
background-color: #C1C512;
}
</style>
border-color css
<style>
span { border-color: #C1C512; }
span { border-color: rgb(193,197,18); }
td.TdClassName
{
border-color: #C1C512;
}
.TagClassName
{
border-color: #C1C512;
}
</style>