Shades of Jazzberry Jam #C10B56
Tints of Jazzberry Jam #C10B56
RGB
CMYK
RGB Variations
Color information
#C10B56 (or 0xC10B56) is known color: Jazzberry Jam. HEX triplet: C1, 0B and 56. RGB value is (193,11,86). Sum of RGB (Red+Green+Blue) = 193+11+86=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10B56 is #3EF4A9. Grayscale: #494949. Windows color (decimal): -4125866 or 5639105. OLE color: 5639105.
HSL color Cylindrical-coordinate representation of color #C10B56: hue angle of 335.27º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B56 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 86 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.24 |
| HSL | 335.27º | 0.89% | 0.4% | - |
| HSV(B) | 335.27º | 0.94% | 0.76% | - |
| XYZ | 23.79 | 12.25 | 9.91 | - |
| YUV | 73.97 | 134.8 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 86 | 0 | 0.94 | 0.55 | 0.24 | 335.27 | 0.89 | 0.4 |
| Hex | C1 | B | 56 | 0 | 5E | 37 | 18 | 14F | 59 | 28 |
| Octal | 301 | 13 | 126 | 0 | 136 | 67 | 30 | 517 | 131 | 50 |
| Binary | 11000001 | 1011 | 1010110 | 0 | 1011110 | 110111 | 11000 | 101001111 | 1011001 | 101000 |
Color Harmonies of #C10B56
Complementary color
Monochromatic Colors of #C10B56
Black with #C10B56
Text Example
Text Example
White with #C10B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B56; }
p { color: rgb(193,11,86); }
H1.HeaderClassName
{
color: #C10B56;
}
.AnyTagClassName
{
color: #C10B56;
}
</style>
background-color css
<style>
a { background-color: #C10B56; }
a { background-color: rgb(193,11,86); }
div.DivClassName
{
background-color: #C10B56;
}
.BgClassName
{
background-color: #C10B56;
}
</style>
border-color css
<style>
span { border-color: #C10B56; }
span { border-color: rgb(193,11,86); }
td.TdClassName
{
border-color: #C10B56;
}
.TagClassName
{
border-color: #C10B56;
}
</style>