Shades of Jazzberry Jam #C11166
Tints of Jazzberry Jam #C11166
RGB
CMYK
RGB Variations
Color information
#C11166 (or 0xC11166) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 66. RGB value is (193,17,102). Sum of RGB (Red+Green+Blue) = 193+17+102=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C11166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11166 is #3EEE99. Grayscale: #4F4F4F. Windows color (decimal): -4124314 or 6689217. OLE color: 6689217.
HSL color Cylindrical-coordinate representation of color #C11166: hue angle of 331.02º 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 #C11166 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 102 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.24 |
| HSL | 331.02º | 0.84% | 0.41% | - |
| HSV(B) | 331.02º | 0.91% | 0.76% | - |
| XYZ | 24.59 | 12.7 | 13.73 | - |
| YUV | 79.31 | 140.81 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 102 | 0 | 0.91 | 0.47 | 0.24 | 331.02 | 0.84 | 0.41 |
| Hex | C1 | 11 | 66 | 0 | 5B | 2F | 18 | 14B | 54 | 29 |
| Octal | 301 | 21 | 146 | 0 | 133 | 57 | 30 | 513 | 124 | 51 |
| Binary | 11000001 | 10001 | 1100110 | 0 | 1011011 | 101111 | 11000 | 101001011 | 1010100 | 101001 |
Color Harmonies of #C11166
Complementary color
Monochromatic Colors of #C11166
Black with #C11166
Text Example
Text Example
White with #C11166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11166; }
p { color: rgb(193,17,102); }
H1.HeaderClassName
{
color: #C11166;
}
.AnyTagClassName
{
color: #C11166;
}
</style>
background-color css
<style>
a { background-color: #C11166; }
a { background-color: rgb(193,17,102); }
div.DivClassName
{
background-color: #C11166;
}
.BgClassName
{
background-color: #C11166;
}
</style>
border-color css
<style>
span { border-color: #C11166; }
span { border-color: rgb(193,17,102); }
td.TdClassName
{
border-color: #C11166;
}
.TagClassName
{
border-color: #C11166;
}
</style>