Shades of Jazzberry Jam #C20753
Tints of Jazzberry Jam #C20753
RGB
CMYK
RGB Variations
Color information
#C20753 (or 0xC20753) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 53. RGB value is (194,7,83). Sum of RGB (Red+Green+Blue) = 194+7+83=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C20753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20753 is #3DF8AC. Grayscale: #474747. Windows color (decimal): -4061357 or 5441474. OLE color: 5441474.
HSL color Cylindrical-coordinate representation of color #C20753: hue angle of 335.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20753 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 83 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.24 |
| HSL | 335.62º | 0.93% | 0.39% | - |
| HSV(B) | 335.62º | 0.96% | 0.76% | - |
| XYZ | 23.89 | 12.25 | 9.29 | - |
| YUV | 71.58 | 134.45 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 83 | 0 | 0.96 | 0.57 | 0.24 | 335.62 | 0.93 | 0.39 |
| Hex | C2 | 7 | 53 | 0 | 60 | 39 | 18 | 150 | 5D | 27 |
| Octal | 302 | 7 | 123 | 0 | 140 | 71 | 30 | 520 | 135 | 47 |
| Binary | 11000010 | 111 | 1010011 | 0 | 1100000 | 111001 | 11000 | 101010000 | 1011101 | 100111 |
Color Harmonies of #C20753
Complementary color
Monochromatic Colors of #C20753
Black with #C20753
Text Example
Text Example
White with #C20753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20753; }
p { color: rgb(194,7,83); }
H1.HeaderClassName
{
color: #C20753;
}
.AnyTagClassName
{
color: #C20753;
}
</style>
background-color css
<style>
a { background-color: #C20753; }
a { background-color: rgb(194,7,83); }
div.DivClassName
{
background-color: #C20753;
}
.BgClassName
{
background-color: #C20753;
}
</style>
border-color css
<style>
span { border-color: #C20753; }
span { border-color: rgb(194,7,83); }
td.TdClassName
{
border-color: #C20753;
}
.TagClassName
{
border-color: #C20753;
}
</style>