Shades of Jazzberry Jam #C20256
Tints of Jazzberry Jam #C20256
RGB
CMYK
RGB Variations
Color information
#C20256 (or 0xC20256) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 56. RGB value is (194,2,86). Sum of RGB (Red+Green+Blue) = 194+2+86=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20256 is #3DFDA9. Grayscale: #444444. Windows color (decimal): -4062634 or 5636802. OLE color: 5636802.
HSL color Cylindrical-coordinate representation of color #C20256: hue angle of 333.75º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20256 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.24 |
| HSL | 333.75º | 0.98% | 0.38% | - |
| HSV(B) | 333.75º | 0.99% | 0.76% | - |
| XYZ | 23.95 | 12.18 | 9.89 | - |
| YUV | 68.98 | 137.61 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 86 | 0 | 0.99 | 0.56 | 0.24 | 333.75 | 0.98 | 0.38 |
| Hex | C2 | 2 | 56 | 0 | 63 | 38 | 18 | 14E | 62 | 26 |
| Octal | 302 | 2 | 126 | 0 | 143 | 70 | 30 | 516 | 142 | 46 |
| Binary | 11000010 | 10 | 1010110 | 0 | 1100011 | 111000 | 11000 | 101001110 | 1100010 | 100110 |
Color Harmonies of #C20256
Complementary color
Monochromatic Colors of #C20256
Black with #C20256
Text Example
Text Example
White with #C20256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20256; }
p { color: rgb(194,2,86); }
H1.HeaderClassName
{
color: #C20256;
}
.AnyTagClassName
{
color: #C20256;
}
</style>
background-color css
<style>
a { background-color: #C20256; }
a { background-color: rgb(194,2,86); }
div.DivClassName
{
background-color: #C20256;
}
.BgClassName
{
background-color: #C20256;
}
</style>
border-color css
<style>
span { border-color: #C20256; }
span { border-color: rgb(194,2,86); }
td.TdClassName
{
border-color: #C20256;
}
.TagClassName
{
border-color: #C20256;
}
</style>