Shades of La Rioja #C3C110
Tints of La Rioja #C3C110
RGB
CMYK
RGB Variations
Color information
#C3C110 (or 0xC3C110) is known color: La Rioja. HEX triplet: C3, C1 and 10. RGB value is (195,193,16). Sum of RGB (Red+Green+Blue) = 195+193+16=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C110 is #3C3EEF. Grayscale: #AEAEAE. Windows color (decimal): -3948272 or 1098179. OLE color: 1098179.
HSL color Cylindrical-coordinate representation of color #C3C110: hue angle of 59.33º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3C110 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 16 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.24 |
| HSL | 59.33º | 0.85% | 0.41% | - |
| HSV(B) | 59.33º | 0.92% | 0.76% | - |
| XYZ | 41.67 | 49.78 | 7.9 | - |
| YUV | 173.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 16 | 0 | 0.01 | 0.92 | 0.24 | 59.33 | 0.85 | 0.41 |
| Hex | C3 | C1 | 10 | 0 | 1 | 5C | 18 | 3B | 55 | 29 |
| Octal | 303 | 301 | 20 | 0 | 1 | 134 | 30 | 73 | 125 | 51 |
| Binary | 11000011 | 11000001 | 10000 | 0 | 1 | 1011100 | 11000 | 111011 | 1010101 | 101001 |
Color Harmonies of #C3C110
Complementary color
Monochromatic Colors of #C3C110
Black with #C3C110
Text Example
Text Example
White with #C3C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C110; }
p { color: rgb(195,193,16); }
H1.HeaderClassName
{
color: #C3C110;
}
.AnyTagClassName
{
color: #C3C110;
}
</style>
background-color css
<style>
a { background-color: #C3C110; }
a { background-color: rgb(195,193,16); }
div.DivClassName
{
background-color: #C3C110;
}
.BgClassName
{
background-color: #C3C110;
}
</style>
border-color css
<style>
span { border-color: #C3C110; }
span { border-color: rgb(195,193,16); }
td.TdClassName
{
border-color: #C3C110;
}
.TagClassName
{
border-color: #C3C110;
}
</style>