Shades of Jazzberry Jam #C10356
Tints of Jazzberry Jam #C10356
RGB
CMYK
RGB Variations
Color information
#C10356 (or 0xC10356) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 56. RGB value is (193,3,86). Sum of RGB (Red+Green+Blue) = 193+3+86=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10356 is #3EFCA9. Grayscale: #454545. Windows color (decimal): -4127914 or 5637057. OLE color: 5637057.
HSL color Cylindrical-coordinate representation of color #C10356: hue angle of 333.79º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10356 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.24 |
| HSL | 333.79º | 0.97% | 0.38% | - |
| HSV(B) | 333.79º | 0.98% | 0.76% | - |
| XYZ | 23.7 | 12.07 | 9.89 | - |
| YUV | 69.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 86 | 0 | 0.98 | 0.55 | 0.24 | 333.79 | 0.97 | 0.38 |
| Hex | C1 | 3 | 56 | 0 | 62 | 37 | 18 | 14E | 61 | 26 |
| Octal | 301 | 3 | 126 | 0 | 142 | 67 | 30 | 516 | 141 | 46 |
| Binary | 11000001 | 11 | 1010110 | 0 | 1100010 | 110111 | 11000 | 101001110 | 1100001 | 100110 |
Color Harmonies of #C10356
Complementary color
Monochromatic Colors of #C10356
Black with #C10356
Text Example
Text Example
White with #C10356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10356; }
p { color: rgb(193,3,86); }
H1.HeaderClassName
{
color: #C10356;
}
.AnyTagClassName
{
color: #C10356;
}
</style>
background-color css
<style>
a { background-color: #C10356; }
a { background-color: rgb(193,3,86); }
div.DivClassName
{
background-color: #C10356;
}
.BgClassName
{
background-color: #C10356;
}
</style>
border-color css
<style>
span { border-color: #C10356; }
span { border-color: rgb(193,3,86); }
td.TdClassName
{
border-color: #C10356;
}
.TagClassName
{
border-color: #C10356;
}
</style>