Shades of Jazzberry Jam #C3085D
Tints of Jazzberry Jam #C3085D
RGB
CMYK
RGB Variations
Color information
#C3085D (or 0xC3085D) is known color: Jazzberry Jam. HEX triplet: C3, 08 and 5D. RGB value is (195,8,93). Sum of RGB (Red+Green+Blue) = 195+8+93=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C3085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3085D is #3CF7A2. Grayscale: #494949. Windows color (decimal): -3995555 or 6097091. OLE color: 6097091.
HSL color Cylindrical-coordinate representation of color #C3085D: hue angle of 332.73º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3085D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.24 |
| HSL | 332.73º | 0.92% | 0.4% | - |
| HSV(B) | 332.73º | 0.96% | 0.76% | - |
| XYZ | 24.57 | 12.57 | 11.49 | - |
| YUV | 73.6 | 138.95 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 93 | 0 | 0.96 | 0.52 | 0.24 | 332.73 | 0.92 | 0.4 |
| Hex | C3 | 8 | 5D | 0 | 60 | 34 | 18 | 14D | 5C | 28 |
| Octal | 303 | 10 | 135 | 0 | 140 | 64 | 30 | 515 | 134 | 50 |
| Binary | 11000011 | 1000 | 1011101 | 0 | 1100000 | 110100 | 11000 | 101001101 | 1011100 | 101000 |
Color Harmonies of #C3085D
Complementary color
Monochromatic Colors of #C3085D
Black with #C3085D
Text Example
Text Example
White with #C3085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3085D; }
p { color: rgb(195,8,93); }
H1.HeaderClassName
{
color: #C3085D;
}
.AnyTagClassName
{
color: #C3085D;
}
</style>
background-color css
<style>
a { background-color: #C3085D; }
a { background-color: rgb(195,8,93); }
div.DivClassName
{
background-color: #C3085D;
}
.BgClassName
{
background-color: #C3085D;
}
</style>
border-color css
<style>
span { border-color: #C3085D; }
span { border-color: rgb(195,8,93); }
td.TdClassName
{
border-color: #C3085D;
}
.TagClassName
{
border-color: #C3085D;
}
</style>