Shades of Jazzberry Jam #C2065D
Tints of Jazzberry Jam #C2065D
RGB
CMYK
RGB Variations
Color information
#C2065D (or 0xC2065D) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 5D. RGB value is (194,6,93). Sum of RGB (Red+Green+Blue) = 194+6+93=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2065D is #3DF9A2. Grayscale: #474747. Windows color (decimal): -4061603 or 6096578. OLE color: 6096578.
HSL color Cylindrical-coordinate representation of color #C2065D: hue angle of 332.23º 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 #C2065D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.24 |
| HSL | 332.23º | 0.94% | 0.39% | - |
| HSV(B) | 332.23º | 0.97% | 0.76% | - |
| XYZ | 24.29 | 12.39 | 11.47 | - |
| YUV | 72.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 93 | 0 | 0.97 | 0.52 | 0.24 | 332.23 | 0.94 | 0.39 |
| Hex | C2 | 6 | 5D | 0 | 61 | 34 | 18 | 14C | 5E | 27 |
| Octal | 302 | 6 | 135 | 0 | 141 | 64 | 30 | 514 | 136 | 47 |
| Binary | 11000010 | 110 | 1011101 | 0 | 1100001 | 110100 | 11000 | 101001100 | 1011110 | 100111 |
Color Harmonies of #C2065D
Complementary color
Monochromatic Colors of #C2065D
Black with #C2065D
Text Example
Text Example
White with #C2065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2065D; }
p { color: rgb(194,6,93); }
H1.HeaderClassName
{
color: #C2065D;
}
.AnyTagClassName
{
color: #C2065D;
}
</style>
background-color css
<style>
a { background-color: #C2065D; }
a { background-color: rgb(194,6,93); }
div.DivClassName
{
background-color: #C2065D;
}
.BgClassName
{
background-color: #C2065D;
}
</style>
border-color css
<style>
span { border-color: #C2065D; }
span { border-color: rgb(194,6,93); }
td.TdClassName
{
border-color: #C2065D;
}
.TagClassName
{
border-color: #C2065D;
}
</style>