Shades of Jazzberry Jam #C00E5E
Tints of Jazzberry Jam #C00E5E
RGB
CMYK
RGB Variations
Color information
#C00E5E (or 0xC00E5E) is known color: Jazzberry Jam. HEX triplet: C0, 0E and 5E. RGB value is (192,14,94). Sum of RGB (Red+Green+Blue) = 192+14+94=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E5E is #3FF1A1. Grayscale: #4C4C4C. Windows color (decimal): -4190626 or 6164160. OLE color: 6164160.
HSL color Cylindrical-coordinate representation of color #C00E5E: hue angle of 333.03º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E5E is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 94 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.25 |
| HSL | 333.03º | 0.86% | 0.4% | - |
| HSV(B) | 333.03º | 0.93% | 0.75% | - |
| XYZ | 23.92 | 12.33 | 11.71 | - |
| YUV | 76.34 | 137.97 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 94 | 0 | 0.93 | 0.51 | 0.25 | 333.03 | 0.86 | 0.4 |
| Hex | C0 | E | 5E | 0 | 5D | 33 | 19 | 14D | 56 | 28 |
| Octal | 300 | 16 | 136 | 0 | 135 | 63 | 31 | 515 | 126 | 50 |
| Binary | 11000000 | 1110 | 1011110 | 0 | 1011101 | 110011 | 11001 | 101001101 | 1010110 | 101000 |
Color Harmonies of #C00E5E
Complementary color
Monochromatic Colors of #C00E5E
Black with #C00E5E
Text Example
Text Example
White with #C00E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E5E; }
p { color: rgb(192,14,94); }
H1.HeaderClassName
{
color: #C00E5E;
}
.AnyTagClassName
{
color: #C00E5E;
}
</style>
background-color css
<style>
a { background-color: #C00E5E; }
a { background-color: rgb(192,14,94); }
div.DivClassName
{
background-color: #C00E5E;
}
.BgClassName
{
background-color: #C00E5E;
}
</style>
border-color css
<style>
span { border-color: #C00E5E; }
span { border-color: rgb(192,14,94); }
td.TdClassName
{
border-color: #C00E5E;
}
.TagClassName
{
border-color: #C00E5E;
}
</style>