Shades of La Rioja #C1C60D
Tints of La Rioja #C1C60D
RGB
CMYK
RGB Variations
Color information
#C1C60D (or 0xC1C60D) is known color: La Rioja. HEX triplet: C1, C6 and 0D. RGB value is (193,198,13). Sum of RGB (Red+Green+Blue) = 193+198+13=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C60D is #3E39F2. Grayscale: #B0B0B0. Windows color (decimal): -4078067 or 902849. OLE color: 902849.
HSL color Cylindrical-coordinate representation of color #C1C60D: hue angle of 61.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1C60D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.22 |
| HSL | 61.62º | 0.88% | 0.41% | - |
| HSV(B) | 61.62º | 0.93% | 0.78% | - |
| XYZ | 42.26 | 51.75 | 8.14 | - |
| YUV | 175.42 | 36.34 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 13 | 0.03 | 0 | 0.93 | 0.22 | 61.62 | 0.88 | 0.41 |
| Hex | C1 | C6 | D | 3 | 0 | 5D | 16 | 3E | 58 | 29 |
| Octal | 301 | 306 | 15 | 3 | 0 | 135 | 26 | 76 | 130 | 51 |
| Binary | 11000001 | 11000110 | 1101 | 11 | 0 | 1011101 | 10110 | 111110 | 1011000 | 101001 |
Color Harmonies of #C1C60D
Complementary color
Monochromatic Colors of #C1C60D
Black with #C1C60D
Text Example
Text Example
White with #C1C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C60D; }
p { color: rgb(193,198,13); }
H1.HeaderClassName
{
color: #C1C60D;
}
.AnyTagClassName
{
color: #C1C60D;
}
</style>
background-color css
<style>
a { background-color: #C1C60D; }
a { background-color: rgb(193,198,13); }
div.DivClassName
{
background-color: #C1C60D;
}
.BgClassName
{
background-color: #C1C60D;
}
</style>
border-color css
<style>
span { border-color: #C1C60D; }
span { border-color: rgb(193,198,13); }
td.TdClassName
{
border-color: #C1C60D;
}
.TagClassName
{
border-color: #C1C60D;
}
</style>