Shades of Jazzberry Jam #C10959
Tints of Jazzberry Jam #C10959
RGB
CMYK
RGB Variations
Color information
#C10959 (or 0xC10959) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 59. RGB value is (193,9,89). Sum of RGB (Red+Green+Blue) = 193+9+89=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C10959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10959 is #3EF6A6. Grayscale: #494949. Windows color (decimal): -4126375 or 5835201. OLE color: 5835201.
HSL color Cylindrical-coordinate representation of color #C10959: hue angle of 333.91º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10959 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 89 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.24 |
| HSL | 333.91º | 0.91% | 0.4% | - |
| HSV(B) | 333.91º | 0.95% | 0.76% | - |
| XYZ | 23.89 | 12.25 | 10.56 | - |
| YUV | 73.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 89 | 0 | 0.95 | 0.54 | 0.24 | 333.91 | 0.91 | 0.4 |
| Hex | C1 | 9 | 59 | 0 | 5F | 36 | 18 | 14E | 5B | 28 |
| Octal | 301 | 11 | 131 | 0 | 137 | 66 | 30 | 516 | 133 | 50 |
| Binary | 11000001 | 1001 | 1011001 | 0 | 1011111 | 110110 | 11000 | 101001110 | 1011011 | 101000 |
Color Harmonies of #C10959
Complementary color
Monochromatic Colors of #C10959
Black with #C10959
Text Example
Text Example
White with #C10959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10959; }
p { color: rgb(193,9,89); }
H1.HeaderClassName
{
color: #C10959;
}
.AnyTagClassName
{
color: #C10959;
}
</style>
background-color css
<style>
a { background-color: #C10959; }
a { background-color: rgb(193,9,89); }
div.DivClassName
{
background-color: #C10959;
}
.BgClassName
{
background-color: #C10959;
}
</style>
border-color css
<style>
span { border-color: #C10959; }
span { border-color: rgb(193,9,89); }
td.TdClassName
{
border-color: #C10959;
}
.TagClassName
{
border-color: #C10959;
}
</style>