Shades of La Rioja #C1C30C
Tints of La Rioja #C1C30C
RGB
CMYK
RGB Variations
Color information
#C1C30C (or 0xC1C30C) is known color: La Rioja. HEX triplet: C1, C3 and 0C. RGB value is (193,195,12). Sum of RGB (Red+Green+Blue) = 193+195+12=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C30C is #3E3CF3. Grayscale: #AEAEAE. Windows color (decimal): -4078836 or 836545. OLE color: 836545.
HSL color Cylindrical-coordinate representation of color #C1C30C: hue angle of 60.66º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1C30C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.24 |
| HSL | 60.66º | 0.88% | 0.41% | - |
| HSV(B) | 60.66º | 0.94% | 0.76% | - |
| XYZ | 41.57 | 50.39 | 7.88 | - |
| YUV | 173.54 | 36.84 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 12 | 0.01 | 0 | 0.94 | 0.24 | 60.66 | 0.88 | 0.41 |
| Hex | C1 | C3 | C | 1 | 0 | 5E | 18 | 3D | 58 | 29 |
| Octal | 301 | 303 | 14 | 1 | 0 | 136 | 30 | 75 | 130 | 51 |
| Binary | 11000001 | 11000011 | 1100 | 1 | 0 | 1011110 | 11000 | 111101 | 1011000 | 101001 |
Color Harmonies of #C1C30C
Complementary color
Monochromatic Colors of #C1C30C
Black with #C1C30C
Text Example
Text Example
White with #C1C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C30C; }
p { color: rgb(193,195,12); }
H1.HeaderClassName
{
color: #C1C30C;
}
.AnyTagClassName
{
color: #C1C30C;
}
</style>
background-color css
<style>
a { background-color: #C1C30C; }
a { background-color: rgb(193,195,12); }
div.DivClassName
{
background-color: #C1C30C;
}
.BgClassName
{
background-color: #C1C30C;
}
</style>
border-color css
<style>
span { border-color: #C1C30C; }
span { border-color: rgb(193,195,12); }
td.TdClassName
{
border-color: #C1C30C;
}
.TagClassName
{
border-color: #C1C30C;
}
</style>