Shades of Jazzberry Jam #C11060
Tints of Jazzberry Jam #C11060
RGB
CMYK
RGB Variations
Color information
#C11060 (or 0xC11060) is known color: Jazzberry Jam. HEX triplet: C1, 10 and 60. RGB value is (193,16,96). Sum of RGB (Red+Green+Blue) = 193+16+96=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C11060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11060 is #3EEF9F. Grayscale: #4D4D4D. Windows color (decimal): -4124576 or 6295745. OLE color: 6295745.
HSL color Cylindrical-coordinate representation of color #C11060: hue angle of 332.88º 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 #C11060 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 96 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.24 |
| HSL | 332.88º | 0.85% | 0.41% | - |
| HSV(B) | 332.88º | 0.92% | 0.76% | - |
| XYZ | 24.29 | 12.55 | 12.21 | - |
| YUV | 78.04 | 138.14 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 96 | 0 | 0.92 | 0.50 | 0.24 | 332.88 | 0.85 | 0.41 |
| Hex | C1 | 10 | 60 | 0 | 5C | 32 | 18 | 14D | 55 | 29 |
| Octal | 301 | 20 | 140 | 0 | 134 | 62 | 30 | 515 | 125 | 51 |
| Binary | 11000001 | 10000 | 1100000 | 0 | 1011100 | 110010 | 11000 | 101001101 | 1010101 | 101001 |
Color Harmonies of #C11060
Complementary color
Monochromatic Colors of #C11060
Black with #C11060
Text Example
Text Example
White with #C11060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11060; }
p { color: rgb(193,16,96); }
H1.HeaderClassName
{
color: #C11060;
}
.AnyTagClassName
{
color: #C11060;
}
</style>
background-color css
<style>
a { background-color: #C11060; }
a { background-color: rgb(193,16,96); }
div.DivClassName
{
background-color: #C11060;
}
.BgClassName
{
background-color: #C11060;
}
</style>
border-color css
<style>
span { border-color: #C11060; }
span { border-color: rgb(193,16,96); }
td.TdClassName
{
border-color: #C11060;
}
.TagClassName
{
border-color: #C11060;
}
</style>