Shades of Jazzberry Jam #C11156
Tints of Jazzberry Jam #C11156
RGB
CMYK
RGB Variations
Color information
#C11156 (or 0xC11156) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 56. RGB value is (193,17,86). Sum of RGB (Red+Green+Blue) = 193+17+86=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C11156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11156 is #3EEEA9. Grayscale: #4D4D4D. Windows color (decimal): -4124330 or 5640641. OLE color: 5640641.
HSL color Cylindrical-coordinate representation of color #C11156: hue angle of 336.48º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11156 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 86 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.24 |
| HSL | 336.48º | 0.84% | 0.41% | - |
| HSV(B) | 336.48º | 0.91% | 0.76% | - |
| XYZ | 23.87 | 12.41 | 9.94 | - |
| YUV | 77.49 | 132.81 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 86 | 0 | 0.91 | 0.55 | 0.24 | 336.48 | 0.84 | 0.41 |
| Hex | C1 | 11 | 56 | 0 | 5B | 37 | 18 | 150 | 54 | 29 |
| Octal | 301 | 21 | 126 | 0 | 133 | 67 | 30 | 520 | 124 | 51 |
| Binary | 11000001 | 10001 | 1010110 | 0 | 1011011 | 110111 | 11000 | 101010000 | 1010100 | 101001 |
Color Harmonies of #C11156
Complementary color
Monochromatic Colors of #C11156
Black with #C11156
Text Example
Text Example
White with #C11156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11156; }
p { color: rgb(193,17,86); }
H1.HeaderClassName
{
color: #C11156;
}
.AnyTagClassName
{
color: #C11156;
}
</style>
background-color css
<style>
a { background-color: #C11156; }
a { background-color: rgb(193,17,86); }
div.DivClassName
{
background-color: #C11156;
}
.BgClassName
{
background-color: #C11156;
}
</style>
border-color css
<style>
span { border-color: #C11156; }
span { border-color: rgb(193,17,86); }
td.TdClassName
{
border-color: #C11156;
}
.TagClassName
{
border-color: #C11156;
}
</style>