Shades of Jazzberry Jam #C3065D
Tints of Jazzberry Jam #C3065D
RGB
CMYK
RGB Variations
Color information
#C3065D (or 0xC3065D) is known color: Jazzberry Jam. HEX triplet: C3, 06 and 5D. RGB value is (195,6,93). Sum of RGB (Red+Green+Blue) = 195+6+93=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3065D is #3CF9A2. Grayscale: #484848. Windows color (decimal): -3996067 or 6096579. OLE color: 6096579.
HSL color Cylindrical-coordinate representation of color #C3065D: hue angle of 332.38º 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 #C3065D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.24 |
| HSL | 332.38º | 0.94% | 0.39% | - |
| HSV(B) | 332.38º | 0.97% | 0.76% | - |
| XYZ | 24.55 | 12.52 | 11.48 | - |
| YUV | 72.43 | 139.62 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 93 | 0 | 0.97 | 0.52 | 0.24 | 332.38 | 0.94 | 0.39 |
| Hex | C3 | 6 | 5D | 0 | 61 | 34 | 18 | 14C | 5E | 27 |
| Octal | 303 | 6 | 135 | 0 | 141 | 64 | 30 | 514 | 136 | 47 |
| Binary | 11000011 | 110 | 1011101 | 0 | 1100001 | 110100 | 11000 | 101001100 | 1011110 | 100111 |
Color Harmonies of #C3065D
Complementary color
Monochromatic Colors of #C3065D
Black with #C3065D
Text Example
Text Example
White with #C3065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3065D; }
p { color: rgb(195,6,93); }
H1.HeaderClassName
{
color: #C3065D;
}
.AnyTagClassName
{
color: #C3065D;
}
</style>
background-color css
<style>
a { background-color: #C3065D; }
a { background-color: rgb(195,6,93); }
div.DivClassName
{
background-color: #C3065D;
}
.BgClassName
{
background-color: #C3065D;
}
</style>
border-color css
<style>
span { border-color: #C3065D; }
span { border-color: rgb(195,6,93); }
td.TdClassName
{
border-color: #C3065D;
}
.TagClassName
{
border-color: #C3065D;
}
</style>