Shades of La Rioja #C1C003
Tints of La Rioja #C1C003
RGB
CMYK
RGB Variations
Color information
#C1C003 (or 0xC1C003) is known color: La Rioja. HEX triplet: C1, C0 and 03. RGB value is (193,192,3). Sum of RGB (Red+Green+Blue) = 193+192+3=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C003 is #3E3FFC. Grayscale: #ABABAB. Windows color (decimal): -4079613 or 245953. OLE color: 245953.
HSL color Cylindrical-coordinate representation of color #C1C003: hue angle of 59.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1C003 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 3 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.24 |
| HSL | 59.68º | 0.97% | 0.38% | - |
| HSV(B) | 59.68º | 0.98% | 0.76% | - |
| XYZ | 40.86 | 49.04 | 7.4 | - |
| YUV | 170.75 | 33.33 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 3 | 0 | 0.01 | 0.98 | 0.24 | 59.68 | 0.97 | 0.38 |
| Hex | C1 | C0 | 3 | 0 | 1 | 62 | 18 | 3C | 61 | 26 |
| Octal | 301 | 300 | 3 | 0 | 1 | 142 | 30 | 74 | 141 | 46 |
| Binary | 11000001 | 11000000 | 11 | 0 | 1 | 1100010 | 11000 | 111100 | 1100001 | 100110 |
Color Harmonies of #C1C003
Complementary color
Monochromatic Colors of #C1C003
Black with #C1C003
Text Example
Text Example
White with #C1C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C003; }
p { color: rgb(193,192,3); }
H1.HeaderClassName
{
color: #C1C003;
}
.AnyTagClassName
{
color: #C1C003;
}
</style>
background-color css
<style>
a { background-color: #C1C003; }
a { background-color: rgb(193,192,3); }
div.DivClassName
{
background-color: #C1C003;
}
.BgClassName
{
background-color: #C1C003;
}
</style>
border-color css
<style>
span { border-color: #C1C003; }
span { border-color: rgb(193,192,3); }
td.TdClassName
{
border-color: #C1C003;
}
.TagClassName
{
border-color: #C1C003;
}
</style>