Shades of La Rioja #C1C900
Tints of La Rioja #C1C900
RGB
CMYK
RGB Variations
Color information
#C1C900 (or 0xC1C900) is known color: La Rioja. HEX triplet: C1, C9 and 00. RGB value is (193,201,0). Sum of RGB (Red+Green+Blue) = 193+201+0=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C900 is #3E36FF. Grayscale: #B0B0B0. Windows color (decimal): -4077312 or 51649. OLE color: 51649.
HSL color Cylindrical-coordinate representation of color #C1C900: hue angle of 62.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1C900 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 201 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.21 |
| HSL | 62.39º | 1% | 0.39% | - |
| HSV(B) | 62.39º | 1% | 0.79% | - |
| XYZ | 42.88 | 53.11 | 7.99 | - |
| YUV | 175.69 | 28.85 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 0 | 0.04 | 0 | 1 | 0.21 | 62.39 | 1 | 0.39 |
| Hex | C1 | C9 | 0 | 4 | 0 | 64 | 15 | 3E | 64 | 27 |
| Octal | 301 | 311 | 0 | 4 | 0 | 144 | 25 | 76 | 144 | 47 |
| Binary | 11000001 | 11001001 | 0 | 100 | 0 | 1100100 | 10101 | 111110 | 1100100 | 100111 |
Color Harmonies of #C1C900
Complementary color
Monochromatic Colors of #C1C900
Black with #C1C900
Text Example
Text Example
White with #C1C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C900; }
p { color: rgb(193,201,0); }
H1.HeaderClassName
{
color: #C1C900;
}
.AnyTagClassName
{
color: #C1C900;
}
</style>
background-color css
<style>
a { background-color: #C1C900; }
a { background-color: rgb(193,201,0); }
div.DivClassName
{
background-color: #C1C900;
}
.BgClassName
{
background-color: #C1C900;
}
</style>
border-color css
<style>
span { border-color: #C1C900; }
span { border-color: rgb(193,201,0); }
td.TdClassName
{
border-color: #C1C900;
}
.TagClassName
{
border-color: #C1C900;
}
</style>