Shades of Jazzberry Jam #C2065B
Tints of Jazzberry Jam #C2065B
RGB
CMYK
RGB Variations
Color information
#C2065B (or 0xC2065B) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 5B. RGB value is (194,6,91). Sum of RGB (Red+Green+Blue) = 194+6+91=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2065B is #3DF9A4. Grayscale: #474747. Windows color (decimal): -4061605 or 5965506. OLE color: 5965506.
HSL color Cylindrical-coordinate representation of color #C2065B: hue angle of 332.87º 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 #C2065B is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 91 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.24 |
| HSL | 332.87º | 0.94% | 0.39% | - |
| HSV(B) | 332.87º | 0.97% | 0.76% | - |
| XYZ | 24.2 | 12.35 | 11.01 | - |
| YUV | 71.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 91 | 0 | 0.97 | 0.53 | 0.24 | 332.87 | 0.94 | 0.39 |
| Hex | C2 | 6 | 5B | 0 | 61 | 35 | 18 | 14D | 5E | 27 |
| Octal | 302 | 6 | 133 | 0 | 141 | 65 | 30 | 515 | 136 | 47 |
| Binary | 11000010 | 110 | 1011011 | 0 | 1100001 | 110101 | 11000 | 101001101 | 1011110 | 100111 |
Color Harmonies of #C2065B
Complementary color
Monochromatic Colors of #C2065B
Black with #C2065B
Text Example
Text Example
White with #C2065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2065B; }
p { color: rgb(194,6,91); }
H1.HeaderClassName
{
color: #C2065B;
}
.AnyTagClassName
{
color: #C2065B;
}
</style>
background-color css
<style>
a { background-color: #C2065B; }
a { background-color: rgb(194,6,91); }
div.DivClassName
{
background-color: #C2065B;
}
.BgClassName
{
background-color: #C2065B;
}
</style>
border-color css
<style>
span { border-color: #C2065B; }
span { border-color: rgb(194,6,91); }
td.TdClassName
{
border-color: #C2065B;
}
.TagClassName
{
border-color: #C2065B;
}
</style>