Shades of Jazzberry Jam #C0085F
Tints of Jazzberry Jam #C0085F
RGB
CMYK
RGB Variations
Color information
#C0085F (or 0xC0085F) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 5F. RGB value is (192,8,95). Sum of RGB (Red+Green+Blue) = 192+8+95=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C0085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0085F is #3FF7A0. Grayscale: #484848. Windows color (decimal): -4192161 or 6228160. OLE color: 6228160.
HSL color Cylindrical-coordinate representation of color #C0085F: hue angle of 331.63º 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 #C0085F is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 95 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.25 |
| HSL | 331.63º | 0.92% | 0.39% | - |
| HSV(B) | 331.63º | 0.96% | 0.75% | - |
| XYZ | 23.89 | 12.21 | 11.92 | - |
| YUV | 72.93 | 140.46 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 95 | 0 | 0.96 | 0.51 | 0.25 | 331.63 | 0.92 | 0.39 |
| Hex | C0 | 8 | 5F | 0 | 60 | 33 | 19 | 14C | 5C | 27 |
| Octal | 300 | 10 | 137 | 0 | 140 | 63 | 31 | 514 | 134 | 47 |
| Binary | 11000000 | 1000 | 1011111 | 0 | 1100000 | 110011 | 11001 | 101001100 | 1011100 | 100111 |
Color Harmonies of #C0085F
Complementary color
Monochromatic Colors of #C0085F
Black with #C0085F
Text Example
Text Example
White with #C0085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0085F; }
p { color: rgb(192,8,95); }
H1.HeaderClassName
{
color: #C0085F;
}
.AnyTagClassName
{
color: #C0085F;
}
</style>
background-color css
<style>
a { background-color: #C0085F; }
a { background-color: rgb(192,8,95); }
div.DivClassName
{
background-color: #C0085F;
}
.BgClassName
{
background-color: #C0085F;
}
</style>
border-color css
<style>
span { border-color: #C0085F; }
span { border-color: rgb(192,8,95); }
td.TdClassName
{
border-color: #C0085F;
}
.TagClassName
{
border-color: #C0085F;
}
</style>