Shades of La Rioja #C1C305
Tints of La Rioja #C1C305
RGB
CMYK
RGB Variations
Color information
#C1C305 (or 0xC1C305) is known color: La Rioja. HEX triplet: C1, C3 and 05. RGB value is (193,195,5). Sum of RGB (Red+Green+Blue) = 193+195+5=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C305 is #3E3CFA. Grayscale: #ADADAD. Windows color (decimal): -4078843 or 377793. OLE color: 377793.
HSL color Cylindrical-coordinate representation of color #C1C305: hue angle of 60.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1C305 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 5 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.24 |
| HSL | 60.63º | 0.95% | 0.39% | - |
| HSV(B) | 60.63º | 0.97% | 0.76% | - |
| XYZ | 41.53 | 50.38 | 7.68 | - |
| YUV | 172.74 | 33.34 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 5 | 0.01 | 0 | 0.97 | 0.24 | 60.63 | 0.95 | 0.39 |
| Hex | C1 | C3 | 5 | 1 | 0 | 61 | 18 | 3D | 5F | 27 |
| Octal | 301 | 303 | 5 | 1 | 0 | 141 | 30 | 75 | 137 | 47 |
| Binary | 11000001 | 11000011 | 101 | 1 | 0 | 1100001 | 11000 | 111101 | 1011111 | 100111 |
Color Harmonies of #C1C305
Complementary color
Monochromatic Colors of #C1C305
Black with #C1C305
Text Example
Text Example
White with #C1C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C305; }
p { color: rgb(193,195,5); }
H1.HeaderClassName
{
color: #C1C305;
}
.AnyTagClassName
{
color: #C1C305;
}
</style>
background-color css
<style>
a { background-color: #C1C305; }
a { background-color: rgb(193,195,5); }
div.DivClassName
{
background-color: #C1C305;
}
.BgClassName
{
background-color: #C1C305;
}
</style>
border-color css
<style>
span { border-color: #C1C305; }
span { border-color: rgb(193,195,5); }
td.TdClassName
{
border-color: #C1C305;
}
.TagClassName
{
border-color: #C1C305;
}
</style>