Shades of Jazzberry Jam #C0085D
Tints of Jazzberry Jam #C0085D
RGB
CMYK
RGB Variations
Color information
#C0085D (or 0xC0085D) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 5D. RGB value is (192,8,93). Sum of RGB (Red+Green+Blue) = 192+8+93=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0085D is #3FF7A2. Grayscale: #484848. Windows color (decimal): -4192163 or 6097088. OLE color: 6097088.
HSL color Cylindrical-coordinate representation of color #C0085D: hue angle of 332.28º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0085D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.25 |
| HSL | 332.28º | 0.92% | 0.39% | - |
| HSV(B) | 332.28º | 0.96% | 0.75% | - |
| XYZ | 23.8 | 12.17 | 11.45 | - |
| YUV | 72.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 93 | 0 | 0.96 | 0.52 | 0.25 | 332.28 | 0.92 | 0.39 |
| Hex | C0 | 8 | 5D | 0 | 60 | 34 | 19 | 14C | 5C | 27 |
| Octal | 300 | 10 | 135 | 0 | 140 | 64 | 31 | 514 | 134 | 47 |
| Binary | 11000000 | 1000 | 1011101 | 0 | 1100000 | 110100 | 11001 | 101001100 | 1011100 | 100111 |
Color Harmonies of #C0085D
Complementary color
Monochromatic Colors of #C0085D
Black with #C0085D
Text Example
Text Example
White with #C0085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0085D; }
p { color: rgb(192,8,93); }
H1.HeaderClassName
{
color: #C0085D;
}
.AnyTagClassName
{
color: #C0085D;
}
</style>
background-color css
<style>
a { background-color: #C0085D; }
a { background-color: rgb(192,8,93); }
div.DivClassName
{
background-color: #C0085D;
}
.BgClassName
{
background-color: #C0085D;
}
</style>
border-color css
<style>
span { border-color: #C0085D; }
span { border-color: rgb(192,8,93); }
td.TdClassName
{
border-color: #C0085D;
}
.TagClassName
{
border-color: #C0085D;
}
</style>