Shades of Jazzberry Jam #C10956
Tints of Jazzberry Jam #C10956
RGB
CMYK
RGB Variations
Color information
#C10956 (or 0xC10956) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 56. RGB value is (193,9,86). Sum of RGB (Red+Green+Blue) = 193+9+86=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C10956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10956 is #3EF6A9. Grayscale: #484848. Windows color (decimal): -4126378 or 5638593. OLE color: 5638593.
HSL color Cylindrical-coordinate representation of color #C10956: hue angle of 334.89º 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 #C10956 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 86 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.24 |
| HSL | 334.89º | 0.91% | 0.4% | - |
| HSV(B) | 334.89º | 0.95% | 0.76% | - |
| XYZ | 23.77 | 12.2 | 9.91 | - |
| YUV | 72.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 86 | 0 | 0.95 | 0.55 | 0.24 | 334.89 | 0.91 | 0.4 |
| Hex | C1 | 9 | 56 | 0 | 5F | 37 | 18 | 14F | 5B | 28 |
| Octal | 301 | 11 | 126 | 0 | 137 | 67 | 30 | 517 | 133 | 50 |
| Binary | 11000001 | 1001 | 1010110 | 0 | 1011111 | 110111 | 11000 | 101001111 | 1011011 | 101000 |
Color Harmonies of #C10956
Complementary color
Monochromatic Colors of #C10956
Black with #C10956
Text Example
Text Example
White with #C10956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10956; }
p { color: rgb(193,9,86); }
H1.HeaderClassName
{
color: #C10956;
}
.AnyTagClassName
{
color: #C10956;
}
</style>
background-color css
<style>
a { background-color: #C10956; }
a { background-color: rgb(193,9,86); }
div.DivClassName
{
background-color: #C10956;
}
.BgClassName
{
background-color: #C10956;
}
</style>
border-color css
<style>
span { border-color: #C10956; }
span { border-color: rgb(193,9,86); }
td.TdClassName
{
border-color: #C10956;
}
.TagClassName
{
border-color: #C10956;
}
</style>