Shades of Jazzberry Jam #C00850
Tints of Jazzberry Jam #C00850
RGB
CMYK
RGB Variations
Color information
#C00850 (or 0xC00850) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 50. RGB value is (192,8,80). Sum of RGB (Red+Green+Blue) = 192+8+80=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C00850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00850 is #3FF7AF. Grayscale: #474747. Windows color (decimal): -4192176 or 5245120. OLE color: 5245120.
HSL color Cylindrical-coordinate representation of color #C00850: hue angle of 336.52º degrees, saturation: 0.92, 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 #C00850 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.25 |
| HSL | 336.52º | 0.92% | 0.39% | - |
| HSV(B) | 336.52º | 0.96% | 0.75% | - |
| XYZ | 23.27 | 11.96 | 8.67 | - |
| YUV | 71.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 80 | 0 | 0.96 | 0.58 | 0.25 | 336.52 | 0.92 | 0.39 |
| Hex | C0 | 8 | 50 | 0 | 60 | 3A | 19 | 151 | 5C | 27 |
| Octal | 300 | 10 | 120 | 0 | 140 | 72 | 31 | 521 | 134 | 47 |
| Binary | 11000000 | 1000 | 1010000 | 0 | 1100000 | 111010 | 11001 | 101010001 | 1011100 | 100111 |
Color Harmonies of #C00850
Complementary color
Monochromatic Colors of #C00850
Black with #C00850
Text Example
Text Example
White with #C00850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00850; }
p { color: rgb(192,8,80); }
H1.HeaderClassName
{
color: #C00850;
}
.AnyTagClassName
{
color: #C00850;
}
</style>
background-color css
<style>
a { background-color: #C00850; }
a { background-color: rgb(192,8,80); }
div.DivClassName
{
background-color: #C00850;
}
.BgClassName
{
background-color: #C00850;
}
</style>
border-color css
<style>
span { border-color: #C00850; }
span { border-color: rgb(192,8,80); }
td.TdClassName
{
border-color: #C00850;
}
.TagClassName
{
border-color: #C00850;
}
</style>