Shades of La Rioja #C1C304
Tints of La Rioja #C1C304
RGB
CMYK
RGB Variations
Color information
#C1C304 (or 0xC1C304) is known color: La Rioja. HEX triplet: C1, C3 and 04. RGB value is (193,195,4). Sum of RGB (Red+Green+Blue) = 193+195+4=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C304 is #3E3CFB. Grayscale: #ADADAD. Windows color (decimal): -4078844 or 312257. OLE color: 312257.
HSL color Cylindrical-coordinate representation of color #C1C304: hue angle of 60.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1C304 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.24 |
| HSL | 60.63º | 0.96% | 0.39% | - |
| HSV(B) | 60.63º | 0.98% | 0.76% | - |
| XYZ | 41.53 | 50.38 | 7.65 | - |
| YUV | 172.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 4 | 0.01 | 0 | 0.98 | 0.24 | 60.63 | 0.96 | 0.39 |
| Hex | C1 | C3 | 4 | 1 | 0 | 62 | 18 | 3D | 60 | 27 |
| Octal | 301 | 303 | 4 | 1 | 0 | 142 | 30 | 75 | 140 | 47 |
| Binary | 11000001 | 11000011 | 100 | 1 | 0 | 1100010 | 11000 | 111101 | 1100000 | 100111 |
Color Harmonies of #C1C304
Complementary color
Monochromatic Colors of #C1C304
Black with #C1C304
Text Example
Text Example
White with #C1C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C304; }
p { color: rgb(193,195,4); }
H1.HeaderClassName
{
color: #C1C304;
}
.AnyTagClassName
{
color: #C1C304;
}
</style>
background-color css
<style>
a { background-color: #C1C304; }
a { background-color: rgb(193,195,4); }
div.DivClassName
{
background-color: #C1C304;
}
.BgClassName
{
background-color: #C1C304;
}
</style>
border-color css
<style>
span { border-color: #C1C304; }
span { border-color: rgb(193,195,4); }
td.TdClassName
{
border-color: #C1C304;
}
.TagClassName
{
border-color: #C1C304;
}
</style>