Shades of Jazzberry Jam #C11064
Tints of Jazzberry Jam #C11064
RGB
CMYK
RGB Variations
Color information
#C11064 (or 0xC11064) is known color: Jazzberry Jam. HEX triplet: C1, 10 and 64. RGB value is (193,16,100). Sum of RGB (Red+Green+Blue) = 193+16+100=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C11064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11064 is #3EEF9B. Grayscale: #4E4E4E. Windows color (decimal): -4124572 or 6557889. OLE color: 6557889.
HSL color Cylindrical-coordinate representation of color #C11064: hue angle of 331.53º 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 #C11064 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 100 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.24 |
| HSL | 331.53º | 0.85% | 0.41% | - |
| HSV(B) | 331.53º | 0.92% | 0.76% | - |
| XYZ | 24.48 | 12.63 | 13.2 | - |
| YUV | 78.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 100 | 0 | 0.92 | 0.48 | 0.24 | 331.53 | 0.85 | 0.41 |
| Hex | C1 | 10 | 64 | 0 | 5C | 30 | 18 | 14C | 55 | 29 |
| Octal | 301 | 20 | 144 | 0 | 134 | 60 | 30 | 514 | 125 | 51 |
| Binary | 11000001 | 10000 | 1100100 | 0 | 1011100 | 110000 | 11000 | 101001100 | 1010101 | 101001 |
Color Harmonies of #C11064
Complementary color
Monochromatic Colors of #C11064
Black with #C11064
Text Example
Text Example
White with #C11064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11064; }
p { color: rgb(193,16,100); }
H1.HeaderClassName
{
color: #C11064;
}
.AnyTagClassName
{
color: #C11064;
}
</style>
background-color css
<style>
a { background-color: #C11064; }
a { background-color: rgb(193,16,100); }
div.DivClassName
{
background-color: #C11064;
}
.BgClassName
{
background-color: #C11064;
}
</style>
border-color css
<style>
span { border-color: #C11064; }
span { border-color: rgb(193,16,100); }
td.TdClassName
{
border-color: #C11064;
}
.TagClassName
{
border-color: #C11064;
}
</style>