Shades of Jazzberry Jam #C11056
Tints of Jazzberry Jam #C11056
RGB
CMYK
RGB Variations
Color information
#C11056 (or 0xC11056) is known color: Jazzberry Jam. HEX triplet: C1, 10 and 56. RGB value is (193,16,86). Sum of RGB (Red+Green+Blue) = 193+16+86=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C11056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11056 is #3EEFA9. Grayscale: #4C4C4C. Windows color (decimal): -4124586 or 5640385. OLE color: 5640385.
HSL color Cylindrical-coordinate representation of color #C11056: hue angle of 336.27º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11056 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 86 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.24 |
| HSL | 336.27º | 0.85% | 0.41% | - |
| HSV(B) | 336.27º | 0.92% | 0.76% | - |
| XYZ | 23.86 | 12.38 | 9.94 | - |
| YUV | 76.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 86 | 0 | 0.92 | 0.55 | 0.24 | 336.27 | 0.85 | 0.41 |
| Hex | C1 | 10 | 56 | 0 | 5C | 37 | 18 | 150 | 55 | 29 |
| Octal | 301 | 20 | 126 | 0 | 134 | 67 | 30 | 520 | 125 | 51 |
| Binary | 11000001 | 10000 | 1010110 | 0 | 1011100 | 110111 | 11000 | 101010000 | 1010101 | 101001 |
Color Harmonies of #C11056
Complementary color
Monochromatic Colors of #C11056
Black with #C11056
Text Example
Text Example
White with #C11056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11056; }
p { color: rgb(193,16,86); }
H1.HeaderClassName
{
color: #C11056;
}
.AnyTagClassName
{
color: #C11056;
}
</style>
background-color css
<style>
a { background-color: #C11056; }
a { background-color: rgb(193,16,86); }
div.DivClassName
{
background-color: #C11056;
}
.BgClassName
{
background-color: #C11056;
}
</style>
border-color css
<style>
span { border-color: #C11056; }
span { border-color: rgb(193,16,86); }
td.TdClassName
{
border-color: #C11056;
}
.TagClassName
{
border-color: #C11056;
}
</style>