Shades of Jazzberry Jam #C20860
Tints of Jazzberry Jam #C20860
RGB
CMYK
RGB Variations
Color information
#C20860 (or 0xC20860) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 60. RGB value is (194,8,96). Sum of RGB (Red+Green+Blue) = 194+8+96=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20860 is #3DF79F. Grayscale: #494949. Windows color (decimal): -4061088 or 6293698. OLE color: 6293698.
HSL color Cylindrical-coordinate representation of color #C20860: hue angle of 331.61º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20860 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.24 |
| HSL | 331.61º | 0.92% | 0.4% | - |
| HSV(B) | 331.61º | 0.96% | 0.76% | - |
| XYZ | 24.45 | 12.49 | 12.19 | - |
| YUV | 73.65 | 140.62 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 96 | 0 | 0.96 | 0.51 | 0.24 | 331.61 | 0.92 | 0.4 |
| Hex | C2 | 8 | 60 | 0 | 60 | 33 | 18 | 14C | 5C | 28 |
| Octal | 302 | 10 | 140 | 0 | 140 | 63 | 30 | 514 | 134 | 50 |
| Binary | 11000010 | 1000 | 1100000 | 0 | 1100000 | 110011 | 11000 | 101001100 | 1011100 | 101000 |
Color Harmonies of #C20860
Complementary color
Monochromatic Colors of #C20860
Black with #C20860
Text Example
Text Example
White with #C20860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20860; }
p { color: rgb(194,8,96); }
H1.HeaderClassName
{
color: #C20860;
}
.AnyTagClassName
{
color: #C20860;
}
</style>
background-color css
<style>
a { background-color: #C20860; }
a { background-color: rgb(194,8,96); }
div.DivClassName
{
background-color: #C20860;
}
.BgClassName
{
background-color: #C20860;
}
</style>
border-color css
<style>
span { border-color: #C20860; }
span { border-color: rgb(194,8,96); }
td.TdClassName
{
border-color: #C20860;
}
.TagClassName
{
border-color: #C20860;
}
</style>