Shades of La Rioja #C1C807
Tints of La Rioja #C1C807
RGB
CMYK
RGB Variations
Color information
#C1C807 (or 0xC1C807) is known color: La Rioja. HEX triplet: C1, C8 and 07. RGB value is (193,200,7). Sum of RGB (Red+Green+Blue) = 193+200+7=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C807 is #3E37F8. Grayscale: #B0B0B0. Windows color (decimal): -4077561 or 510145. OLE color: 510145.
HSL color Cylindrical-coordinate representation of color #C1C807: hue angle of 62.18º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1C807 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.22 |
| HSL | 62.18º | 0.93% | 0.41% | - |
| HSV(B) | 62.18º | 0.97% | 0.78% | - |
| XYZ | 42.68 | 52.66 | 8.12 | - |
| YUV | 175.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 7 | 0.04 | 0 | 0.96 | 0.22 | 62.18 | 0.93 | 0.41 |
| Hex | C1 | C8 | 7 | 4 | 0 | 60 | 16 | 3E | 5D | 29 |
| Octal | 301 | 310 | 7 | 4 | 0 | 140 | 26 | 76 | 135 | 51 |
| Binary | 11000001 | 11001000 | 111 | 100 | 0 | 1100000 | 10110 | 111110 | 1011101 | 101001 |
Color Harmonies of #C1C807
Complementary color
Monochromatic Colors of #C1C807
Black with #C1C807
Text Example
Text Example
White with #C1C807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C807; }
p { color: rgb(193,200,7); }
H1.HeaderClassName
{
color: #C1C807;
}
.AnyTagClassName
{
color: #C1C807;
}
</style>
background-color css
<style>
a { background-color: #C1C807; }
a { background-color: rgb(193,200,7); }
div.DivClassName
{
background-color: #C1C807;
}
.BgClassName
{
background-color: #C1C807;
}
</style>
border-color css
<style>
span { border-color: #C1C807; }
span { border-color: rgb(193,200,7); }
td.TdClassName
{
border-color: #C1C807;
}
.TagClassName
{
border-color: #C1C807;
}
</style>