Shades of Jazzberry Jam #C00B5F
Tints of Jazzberry Jam #C00B5F
RGB
CMYK
RGB Variations
Color information
#C00B5F (or 0xC00B5F) is known color: Jazzberry Jam. HEX triplet: C0, 0B and 5F. RGB value is (192,11,95). Sum of RGB (Red+Green+Blue) = 192+11+95=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B5F is #3FF4A0. Grayscale: #4A4A4A. Windows color (decimal): -4191393 or 6228928. OLE color: 6228928.
HSL color Cylindrical-coordinate representation of color #C00B5F: hue angle of 332.15º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B5F is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 95 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.25 |
| HSL | 332.15º | 0.89% | 0.4% | - |
| HSV(B) | 332.15º | 0.94% | 0.75% | - |
| XYZ | 23.92 | 12.27 | 11.93 | - |
| YUV | 74.7 | 139.47 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 95 | 0 | 0.94 | 0.51 | 0.25 | 332.15 | 0.89 | 0.4 |
| Hex | C0 | B | 5F | 0 | 5E | 33 | 19 | 14C | 59 | 28 |
| Octal | 300 | 13 | 137 | 0 | 136 | 63 | 31 | 514 | 131 | 50 |
| Binary | 11000000 | 1011 | 1011111 | 0 | 1011110 | 110011 | 11001 | 101001100 | 1011001 | 101000 |
Color Harmonies of #C00B5F
Complementary color
Monochromatic Colors of #C00B5F
Black with #C00B5F
Text Example
Text Example
White with #C00B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B5F; }
p { color: rgb(192,11,95); }
H1.HeaderClassName
{
color: #C00B5F;
}
.AnyTagClassName
{
color: #C00B5F;
}
</style>
background-color css
<style>
a { background-color: #C00B5F; }
a { background-color: rgb(192,11,95); }
div.DivClassName
{
background-color: #C00B5F;
}
.BgClassName
{
background-color: #C00B5F;
}
</style>
border-color css
<style>
span { border-color: #C00B5F; }
span { border-color: rgb(192,11,95); }
td.TdClassName
{
border-color: #C00B5F;
}
.TagClassName
{
border-color: #C00B5F;
}
</style>