Shades of Jazzberry Jam #C00B5C
Tints of Jazzberry Jam #C00B5C
RGB
CMYK
RGB Variations
Color information
#C00B5C (or 0xC00B5C) is known color: Jazzberry Jam. HEX triplet: C0, 0B and 5C. RGB value is (192,11,92). Sum of RGB (Red+Green+Blue) = 192+11+92=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B5C is #3FF4A3. Grayscale: #4A4A4A. Windows color (decimal): -4191396 or 6032320. OLE color: 6032320.
HSL color Cylindrical-coordinate representation of color #C00B5C: hue angle of 333.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 #C00B5C is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 92 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.25 |
| HSL | 333.15º | 0.89% | 0.4% | - |
| HSV(B) | 333.15º | 0.94% | 0.75% | - |
| XYZ | 23.79 | 12.22 | 11.23 | - |
| YUV | 74.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 92 | 0 | 0.94 | 0.52 | 0.25 | 333.15 | 0.89 | 0.4 |
| Hex | C0 | B | 5C | 0 | 5E | 34 | 19 | 14D | 59 | 28 |
| Octal | 300 | 13 | 134 | 0 | 136 | 64 | 31 | 515 | 131 | 50 |
| Binary | 11000000 | 1011 | 1011100 | 0 | 1011110 | 110100 | 11001 | 101001101 | 1011001 | 101000 |
Color Harmonies of #C00B5C
Complementary color
Monochromatic Colors of #C00B5C
Black with #C00B5C
Text Example
Text Example
White with #C00B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B5C; }
p { color: rgb(192,11,92); }
H1.HeaderClassName
{
color: #C00B5C;
}
.AnyTagClassName
{
color: #C00B5C;
}
</style>
background-color css
<style>
a { background-color: #C00B5C; }
a { background-color: rgb(192,11,92); }
div.DivClassName
{
background-color: #C00B5C;
}
.BgClassName
{
background-color: #C00B5C;
}
</style>
border-color css
<style>
span { border-color: #C00B5C; }
span { border-color: rgb(192,11,92); }
td.TdClassName
{
border-color: #C00B5C;
}
.TagClassName
{
border-color: #C00B5C;
}
</style>