Shades of Jazzberry Jam #C0075B
Tints of Jazzberry Jam #C0075B
RGB
CMYK
RGB Variations
Color information
#C0075B (or 0xC0075B) is known color: Jazzberry Jam. HEX triplet: C0, 07 and 5B. RGB value is (192,7,91). Sum of RGB (Red+Green+Blue) = 192+7+91=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0075B is #3FF8A4. Grayscale: #474747. Windows color (decimal): -4192421 or 5965760. OLE color: 5965760.
HSL color Cylindrical-coordinate representation of color #C0075B: hue angle of 332.76º degrees, saturation: 0.93, 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 #C0075B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 91 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.25 |
| HSL | 332.76º | 0.93% | 0.39% | - |
| HSV(B) | 332.76º | 0.96% | 0.75% | - |
| XYZ | 23.7 | 12.11 | 10.99 | - |
| YUV | 71.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 91 | 0 | 0.96 | 0.53 | 0.25 | 332.76 | 0.93 | 0.39 |
| Hex | C0 | 7 | 5B | 0 | 60 | 35 | 19 | 14D | 5D | 27 |
| Octal | 300 | 7 | 133 | 0 | 140 | 65 | 31 | 515 | 135 | 47 |
| Binary | 11000000 | 111 | 1011011 | 0 | 1100000 | 110101 | 11001 | 101001101 | 1011101 | 100111 |
Color Harmonies of #C0075B
Complementary color
Monochromatic Colors of #C0075B
Black with #C0075B
Text Example
Text Example
White with #C0075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0075B; }
p { color: rgb(192,7,91); }
H1.HeaderClassName
{
color: #C0075B;
}
.AnyTagClassName
{
color: #C0075B;
}
</style>
background-color css
<style>
a { background-color: #C0075B; }
a { background-color: rgb(192,7,91); }
div.DivClassName
{
background-color: #C0075B;
}
.BgClassName
{
background-color: #C0075B;
}
</style>
border-color css
<style>
span { border-color: #C0075B; }
span { border-color: rgb(192,7,91); }
td.TdClassName
{
border-color: #C0075B;
}
.TagClassName
{
border-color: #C0075B;
}
</style>