Shades of Jazzberry Jam #C11765
Tints of Jazzberry Jam #C11765
RGB
CMYK
RGB Variations
Color information
#C11765 (or 0xC11765) is known color: Jazzberry Jam. HEX triplet: C1, 17 and 65. RGB value is (193,23,101). Sum of RGB (Red+Green+Blue) = 193+23+101=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C11765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11765 is #3EE89A. Grayscale: #525252. Windows color (decimal): -4122779 or 6625217. OLE color: 6625217.
HSL color Cylindrical-coordinate representation of color #C11765: hue angle of 332.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11765 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 101 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.24 |
| HSL | 332.47º | 0.79% | 0.42% | - |
| HSV(B) | 332.47º | 0.88% | 0.76% | - |
| XYZ | 24.65 | 12.89 | 13.5 | - |
| YUV | 82.72 | 138.32 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 101 | 0 | 0.88 | 0.48 | 0.24 | 332.47 | 0.79 | 0.42 |
| Hex | C1 | 17 | 65 | 0 | 58 | 30 | 18 | 14C | 4F | 2A |
| Octal | 301 | 27 | 145 | 0 | 130 | 60 | 30 | 514 | 117 | 52 |
| Binary | 11000001 | 10111 | 1100101 | 0 | 1011000 | 110000 | 11000 | 101001100 | 1001111 | 101010 |
Color Harmonies of #C11765
Complementary color
Monochromatic Colors of #C11765
Black with #C11765
Text Example
Text Example
White with #C11765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11765; }
p { color: rgb(193,23,101); }
H1.HeaderClassName
{
color: #C11765;
}
.AnyTagClassName
{
color: #C11765;
}
</style>
background-color css
<style>
a { background-color: #C11765; }
a { background-color: rgb(193,23,101); }
div.DivClassName
{
background-color: #C11765;
}
.BgClassName
{
background-color: #C11765;
}
</style>
border-color css
<style>
span { border-color: #C11765; }
span { border-color: rgb(193,23,101); }
td.TdClassName
{
border-color: #C11765;
}
.TagClassName
{
border-color: #C11765;
}
</style>