Shades of La Rioja #C1C300
Tints of La Rioja #C1C300
RGB
CMYK
RGB Variations
Color information
#C1C300 (or 0xC1C300) is known color: La Rioja. HEX triplet: C1, C3 and 00. RGB value is (193,195,0). Sum of RGB (Red+Green+Blue) = 193+195+0=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C300 is #3E3CFF. Grayscale: #ACACAC. Windows color (decimal): -4078848 or 50113. OLE color: 50113.
HSL color Cylindrical-coordinate representation of color #C1C300: hue angle of 60.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1C300 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.24 |
| HSL | 60.62º | 1% | 0.38% | - |
| HSV(B) | 60.62º | 1% | 0.76% | - |
| XYZ | 41.51 | 50.37 | 7.53 | - |
| YUV | 172.17 | 30.84 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 0 | 0.01 | 0 | 1 | 0.24 | 60.62 | 1 | 0.38 |
| Hex | C1 | C3 | 0 | 1 | 0 | 64 | 18 | 3D | 64 | 26 |
| Octal | 301 | 303 | 0 | 1 | 0 | 144 | 30 | 75 | 144 | 46 |
| Binary | 11000001 | 11000011 | 0 | 1 | 0 | 1100100 | 11000 | 111101 | 1100100 | 100110 |
Color Harmonies of #C1C300
Complementary color
Monochromatic Colors of #C1C300
Black with #C1C300
Text Example
Text Example
White with #C1C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C300; }
p { color: rgb(193,195,0); }
H1.HeaderClassName
{
color: #C1C300;
}
.AnyTagClassName
{
color: #C1C300;
}
</style>
background-color css
<style>
a { background-color: #C1C300; }
a { background-color: rgb(193,195,0); }
div.DivClassName
{
background-color: #C1C300;
}
.BgClassName
{
background-color: #C1C300;
}
</style>
border-color css
<style>
span { border-color: #C1C300; }
span { border-color: rgb(193,195,0); }
td.TdClassName
{
border-color: #C1C300;
}
.TagClassName
{
border-color: #C1C300;
}
</style>