Shades of Jazzberry Jam #C0085E
Tints of Jazzberry Jam #C0085E
RGB
CMYK
RGB Variations
Color information
#C0085E (or 0xC0085E) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 5E. RGB value is (192,8,94). Sum of RGB (Red+Green+Blue) = 192+8+94=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0085E is #3FF7A1. Grayscale: #484848. Windows color (decimal): -4192162 or 6162624. OLE color: 6162624.
HSL color Cylindrical-coordinate representation of color #C0085E: hue angle of 331.96º 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 #C0085E is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.25 |
| HSL | 331.96º | 0.92% | 0.39% | - |
| HSV(B) | 331.96º | 0.96% | 0.75% | - |
| XYZ | 23.85 | 12.19 | 11.69 | - |
| YUV | 72.82 | 139.96 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 94 | 0 | 0.96 | 0.51 | 0.25 | 331.96 | 0.92 | 0.39 |
| Hex | C0 | 8 | 5E | 0 | 60 | 33 | 19 | 14C | 5C | 27 |
| Octal | 300 | 10 | 136 | 0 | 140 | 63 | 31 | 514 | 134 | 47 |
| Binary | 11000000 | 1000 | 1011110 | 0 | 1100000 | 110011 | 11001 | 101001100 | 1011100 | 100111 |
Color Harmonies of #C0085E
Complementary color
Monochromatic Colors of #C0085E
Black with #C0085E
Text Example
Text Example
White with #C0085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0085E; }
p { color: rgb(192,8,94); }
H1.HeaderClassName
{
color: #C0085E;
}
.AnyTagClassName
{
color: #C0085E;
}
</style>
background-color css
<style>
a { background-color: #C0085E; }
a { background-color: rgb(192,8,94); }
div.DivClassName
{
background-color: #C0085E;
}
.BgClassName
{
background-color: #C0085E;
}
</style>
border-color css
<style>
span { border-color: #C0085E; }
span { border-color: rgb(192,8,94); }
td.TdClassName
{
border-color: #C0085E;
}
.TagClassName
{
border-color: #C0085E;
}
</style>