Shades of Jazzberry Jam #C11666
Tints of Jazzberry Jam #C11666
RGB
CMYK
RGB Variations
Color information
#C11666 (or 0xC11666) is known color: Jazzberry Jam. HEX triplet: C1, 16 and 66. RGB value is (193,22,102). Sum of RGB (Red+Green+Blue) = 193+22+102=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C11666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11666 is #3EE999. Grayscale: #525252. Windows color (decimal): -4123034 or 6690497. OLE color: 6690497.
HSL color Cylindrical-coordinate representation of color #C11666: hue angle of 331.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11666 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 102 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.24 |
| HSL | 331.93º | 0.8% | 0.42% | - |
| HSV(B) | 331.93º | 0.89% | 0.76% | - |
| XYZ | 24.68 | 12.87 | 13.75 | - |
| YUV | 82.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 102 | 0 | 0.89 | 0.47 | 0.24 | 331.93 | 0.8 | 0.42 |
| Hex | C1 | 16 | 66 | 0 | 59 | 2F | 18 | 14C | 50 | 2A |
| Octal | 301 | 26 | 146 | 0 | 131 | 57 | 30 | 514 | 120 | 52 |
| Binary | 11000001 | 10110 | 1100110 | 0 | 1011001 | 101111 | 11000 | 101001100 | 1010000 | 101010 |
Color Harmonies of #C11666
Complementary color
Monochromatic Colors of #C11666
Black with #C11666
Text Example
Text Example
White with #C11666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11666; }
p { color: rgb(193,22,102); }
H1.HeaderClassName
{
color: #C11666;
}
.AnyTagClassName
{
color: #C11666;
}
</style>
background-color css
<style>
a { background-color: #C11666; }
a { background-color: rgb(193,22,102); }
div.DivClassName
{
background-color: #C11666;
}
.BgClassName
{
background-color: #C11666;
}
</style>
border-color css
<style>
span { border-color: #C11666; }
span { border-color: rgb(193,22,102); }
td.TdClassName
{
border-color: #C11666;
}
.TagClassName
{
border-color: #C11666;
}
</style>