Shades of Jazzberry Jam #C00F5B
Tints of Jazzberry Jam #C00F5B
RGB
CMYK
RGB Variations
Color information
#C00F5B (or 0xC00F5B) is known color: Jazzberry Jam. HEX triplet: C0, 0F and 5B. RGB value is (192,15,91). Sum of RGB (Red+Green+Blue) = 192+15+91=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00F5B is #3FF0A4. Grayscale: #4C4C4C. Windows color (decimal): -4190373 or 5967808. OLE color: 5967808.
HSL color Cylindrical-coordinate representation of color #C00F5B: hue angle of 334.24º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00F5B is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 91 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.25 |
| HSL | 334.24º | 0.86% | 0.41% | - |
| HSV(B) | 334.24º | 0.92% | 0.75% | - |
| XYZ | 23.8 | 12.3 | 11.02 | - |
| YUV | 76.59 | 136.14 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 91 | 0 | 0.92 | 0.53 | 0.25 | 334.24 | 0.86 | 0.41 |
| Hex | C0 | F | 5B | 0 | 5C | 35 | 19 | 14E | 56 | 29 |
| Octal | 300 | 17 | 133 | 0 | 134 | 65 | 31 | 516 | 126 | 51 |
| Binary | 11000000 | 1111 | 1011011 | 0 | 1011100 | 110101 | 11001 | 101001110 | 1010110 | 101001 |
Color Harmonies of #C00F5B
Complementary color
Monochromatic Colors of #C00F5B
Black with #C00F5B
Text Example
Text Example
White with #C00F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F5B; }
p { color: rgb(192,15,91); }
H1.HeaderClassName
{
color: #C00F5B;
}
.AnyTagClassName
{
color: #C00F5B;
}
</style>
background-color css
<style>
a { background-color: #C00F5B; }
a { background-color: rgb(192,15,91); }
div.DivClassName
{
background-color: #C00F5B;
}
.BgClassName
{
background-color: #C00F5B;
}
</style>
border-color css
<style>
span { border-color: #C00F5B; }
span { border-color: rgb(192,15,91); }
td.TdClassName
{
border-color: #C00F5B;
}
.TagClassName
{
border-color: #C00F5B;
}
</style>