Shades of Jazzberry Jam #C20560
Tints of Jazzberry Jam #C20560
RGB
CMYK
RGB Variations
Color information
#C20560 (or 0xC20560) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 60. RGB value is (194,5,96). Sum of RGB (Red+Green+Blue) = 194+5+96=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C20560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20560 is #3DFA9F. Grayscale: #474747. Windows color (decimal): -4061856 or 6292930. OLE color: 6292930.
HSL color Cylindrical-coordinate representation of color #C20560: hue angle of 331.11º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20560 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 96 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.24 |
| HSL | 331.11º | 0.95% | 0.39% | - |
| HSV(B) | 331.11º | 0.97% | 0.76% | - |
| XYZ | 24.41 | 12.42 | 12.18 | - |
| YUV | 71.89 | 141.62 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 96 | 0 | 0.97 | 0.51 | 0.24 | 331.11 | 0.95 | 0.39 |
| Hex | C2 | 5 | 60 | 0 | 61 | 33 | 18 | 14B | 5F | 27 |
| Octal | 302 | 5 | 140 | 0 | 141 | 63 | 30 | 513 | 137 | 47 |
| Binary | 11000010 | 101 | 1100000 | 0 | 1100001 | 110011 | 11000 | 101001011 | 1011111 | 100111 |
Color Harmonies of #C20560
Complementary color
Monochromatic Colors of #C20560
Black with #C20560
Text Example
Text Example
White with #C20560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20560; }
p { color: rgb(194,5,96); }
H1.HeaderClassName
{
color: #C20560;
}
.AnyTagClassName
{
color: #C20560;
}
</style>
background-color css
<style>
a { background-color: #C20560; }
a { background-color: rgb(194,5,96); }
div.DivClassName
{
background-color: #C20560;
}
.BgClassName
{
background-color: #C20560;
}
</style>
border-color css
<style>
span { border-color: #C20560; }
span { border-color: rgb(194,5,96); }
td.TdClassName
{
border-color: #C20560;
}
.TagClassName
{
border-color: #C20560;
}
</style>