Shades of La Rioja #C1D003
Tints of La Rioja #C1D003
RGB
CMYK
RGB Variations
Color information
#C1D003 (or 0xC1D003) is known color: La Rioja. HEX triplet: C1, D0 and 03. RGB value is (193,208,3). Sum of RGB (Red+Green+Blue) = 193+208+3=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D003 is #3E2FFC. Grayscale: #B4B4B4. Windows color (decimal): -4075517 or 250049. OLE color: 250049.
HSL color Cylindrical-coordinate representation of color #C1D003: hue angle of 64.39º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1D003 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.18 |
| HSL | 64.39º | 0.97% | 0.41% | - |
| HSV(B) | 64.39º | 0.99% | 0.82% | - |
| XYZ | 44.56 | 56.46 | 8.63 | - |
| YUV | 180.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 3 | 0.07 | 0 | 0.99 | 0.18 | 64.39 | 0.97 | 0.41 |
| Hex | C1 | D0 | 3 | 7 | 0 | 63 | 12 | 40 | 61 | 29 |
| Octal | 301 | 320 | 3 | 7 | 0 | 143 | 22 | 100 | 141 | 51 |
| Binary | 11000001 | 11010000 | 11 | 111 | 0 | 1100011 | 10010 | 1000000 | 1100001 | 101001 |
Color Harmonies of #C1D003
Complementary color
Monochromatic Colors of #C1D003
Black with #C1D003
Text Example
Text Example
White with #C1D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D003; }
p { color: rgb(193,208,3); }
H1.HeaderClassName
{
color: #C1D003;
}
.AnyTagClassName
{
color: #C1D003;
}
</style>
background-color css
<style>
a { background-color: #C1D003; }
a { background-color: rgb(193,208,3); }
div.DivClassName
{
background-color: #C1D003;
}
.BgClassName
{
background-color: #C1D003;
}
</style>
border-color css
<style>
span { border-color: #C1D003; }
span { border-color: rgb(193,208,3); }
td.TdClassName
{
border-color: #C1D003;
}
.TagClassName
{
border-color: #C1D003;
}
</style>