Shades of Jazzberry Jam #C2095D
Tints of Jazzberry Jam #C2095D
RGB
CMYK
RGB Variations
Color information
#C2095D (or 0xC2095D) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 5D. RGB value is (194,9,93). Sum of RGB (Red+Green+Blue) = 194+9+93=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2095D is #3DF6A2. Grayscale: #494949. Windows color (decimal): -4060835 or 6097346. OLE color: 6097346.
HSL color Cylindrical-coordinate representation of color #C2095D: hue angle of 332.76º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2095D is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.24 |
| HSL | 332.76º | 0.91% | 0.4% | - |
| HSV(B) | 332.76º | 0.95% | 0.76% | - |
| XYZ | 24.32 | 12.46 | 11.48 | - |
| YUV | 73.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 93 | 0 | 0.95 | 0.52 | 0.24 | 332.76 | 0.91 | 0.4 |
| Hex | C2 | 9 | 5D | 0 | 5F | 34 | 18 | 14D | 5B | 28 |
| Octal | 302 | 11 | 135 | 0 | 137 | 64 | 30 | 515 | 133 | 50 |
| Binary | 11000010 | 1001 | 1011101 | 0 | 1011111 | 110100 | 11000 | 101001101 | 1011011 | 101000 |
Color Harmonies of #C2095D
Complementary color
Monochromatic Colors of #C2095D
Black with #C2095D
Text Example
Text Example
White with #C2095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2095D; }
p { color: rgb(194,9,93); }
H1.HeaderClassName
{
color: #C2095D;
}
.AnyTagClassName
{
color: #C2095D;
}
</style>
background-color css
<style>
a { background-color: #C2095D; }
a { background-color: rgb(194,9,93); }
div.DivClassName
{
background-color: #C2095D;
}
.BgClassName
{
background-color: #C2095D;
}
</style>
border-color css
<style>
span { border-color: #C2095D; }
span { border-color: rgb(194,9,93); }
td.TdClassName
{
border-color: #C2095D;
}
.TagClassName
{
border-color: #C2095D;
}
</style>