Shades of La Rioja #C1C507
Tints of La Rioja #C1C507
RGB
CMYK
RGB Variations
Color information
#C1C507 (or 0xC1C507) is known color: La Rioja. HEX triplet: C1, C5 and 07. RGB value is (193,197,7). Sum of RGB (Red+Green+Blue) = 193+197+7=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C507 is #3E3AF8. Grayscale: #AEAEAE. Windows color (decimal): -4078329 or 509377. OLE color: 509377.
HSL color Cylindrical-coordinate representation of color #C1C507: hue angle of 61.26º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1C507 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.23 |
| HSL | 61.26º | 0.93% | 0.4% | - |
| HSV(B) | 61.26º | 0.96% | 0.77% | - |
| XYZ | 42 | 51.29 | 7.89 | - |
| YUV | 174.14 | 33.67 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 7 | 0.02 | 0 | 0.96 | 0.23 | 61.26 | 0.93 | 0.4 |
| Hex | C1 | C5 | 7 | 2 | 0 | 60 | 17 | 3D | 5D | 28 |
| Octal | 301 | 305 | 7 | 2 | 0 | 140 | 27 | 75 | 135 | 50 |
| Binary | 11000001 | 11000101 | 111 | 10 | 0 | 1100000 | 10111 | 111101 | 1011101 | 101000 |
Color Harmonies of #C1C507
Complementary color
Monochromatic Colors of #C1C507
Black with #C1C507
Text Example
Text Example
White with #C1C507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C507; }
p { color: rgb(193,197,7); }
H1.HeaderClassName
{
color: #C1C507;
}
.AnyTagClassName
{
color: #C1C507;
}
</style>
background-color css
<style>
a { background-color: #C1C507; }
a { background-color: rgb(193,197,7); }
div.DivClassName
{
background-color: #C1C507;
}
.BgClassName
{
background-color: #C1C507;
}
</style>
border-color css
<style>
span { border-color: #C1C507; }
span { border-color: rgb(193,197,7); }
td.TdClassName
{
border-color: #C1C507;
}
.TagClassName
{
border-color: #C1C507;
}
</style>