Shades of Jazzberry Jam #C20360
Tints of Jazzberry Jam #C20360
RGB
CMYK
RGB Variations
Color information
#C20360 (or 0xC20360) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 60. RGB value is (194,3,96). Sum of RGB (Red+Green+Blue) = 194+3+96=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C20360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20360 is #3DFC9F. Grayscale: #464646. Windows color (decimal): -4062368 or 6292418. OLE color: 6292418.
HSL color Cylindrical-coordinate representation of color #C20360: hue angle of 330.79º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20360 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.24 |
| HSL | 330.79º | 0.97% | 0.39% | - |
| HSV(B) | 330.79º | 0.98% | 0.76% | - |
| XYZ | 24.39 | 12.38 | 12.17 | - |
| YUV | 70.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 96 | 0 | 0.98 | 0.51 | 0.24 | 330.79 | 0.97 | 0.39 |
| Hex | C2 | 3 | 60 | 0 | 62 | 33 | 18 | 14B | 61 | 27 |
| Octal | 302 | 3 | 140 | 0 | 142 | 63 | 30 | 513 | 141 | 47 |
| Binary | 11000010 | 11 | 1100000 | 0 | 1100010 | 110011 | 11000 | 101001011 | 1100001 | 100111 |
Color Harmonies of #C20360
Complementary color
Monochromatic Colors of #C20360
Black with #C20360
Text Example
Text Example
White with #C20360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20360; }
p { color: rgb(194,3,96); }
H1.HeaderClassName
{
color: #C20360;
}
.AnyTagClassName
{
color: #C20360;
}
</style>
background-color css
<style>
a { background-color: #C20360; }
a { background-color: rgb(194,3,96); }
div.DivClassName
{
background-color: #C20360;
}
.BgClassName
{
background-color: #C20360;
}
</style>
border-color css
<style>
span { border-color: #C20360; }
span { border-color: rgb(194,3,96); }
td.TdClassName
{
border-color: #C20360;
}
.TagClassName
{
border-color: #C20360;
}
</style>