Shades of Jazzberry Jam #C20659
Tints of Jazzberry Jam #C20659
RGB
CMYK
RGB Variations
Color information
#C20659 (or 0xC20659) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 59. RGB value is (194,6,89). Sum of RGB (Red+Green+Blue) = 194+6+89=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C20659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20659 is #3DF9A6. Grayscale: #474747. Windows color (decimal): -4061607 or 5834434. OLE color: 5834434.
HSL color Cylindrical-coordinate representation of color #C20659: hue angle of 333.51º degrees, saturation: 0.94, 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 #C20659 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.24 |
| HSL | 333.51º | 0.94% | 0.39% | - |
| HSV(B) | 333.51º | 0.97% | 0.76% | - |
| XYZ | 24.12 | 12.32 | 10.56 | - |
| YUV | 71.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 89 | 0 | 0.97 | 0.54 | 0.24 | 333.51 | 0.94 | 0.39 |
| Hex | C2 | 6 | 59 | 0 | 61 | 36 | 18 | 14E | 5E | 27 |
| Octal | 302 | 6 | 131 | 0 | 141 | 66 | 30 | 516 | 136 | 47 |
| Binary | 11000010 | 110 | 1011001 | 0 | 1100001 | 110110 | 11000 | 101001110 | 1011110 | 100111 |
Color Harmonies of #C20659
Complementary color
Monochromatic Colors of #C20659
Black with #C20659
Text Example
Text Example
White with #C20659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20659; }
p { color: rgb(194,6,89); }
H1.HeaderClassName
{
color: #C20659;
}
.AnyTagClassName
{
color: #C20659;
}
</style>
background-color css
<style>
a { background-color: #C20659; }
a { background-color: rgb(194,6,89); }
div.DivClassName
{
background-color: #C20659;
}
.BgClassName
{
background-color: #C20659;
}
</style>
border-color css
<style>
span { border-color: #C20659; }
span { border-color: rgb(194,6,89); }
td.TdClassName
{
border-color: #C20659;
}
.TagClassName
{
border-color: #C20659;
}
</style>