Shades of Jazzberry Jam #C00851
Tints of Jazzberry Jam #C00851
RGB
CMYK
RGB Variations
Color information
#C00851 (or 0xC00851) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 51. RGB value is (192,8,81). Sum of RGB (Red+Green+Blue) = 192+8+81=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C00851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00851 is #3FF7AE. Grayscale: #474747. Windows color (decimal): -4192175 or 5310656. OLE color: 5310656.
HSL color Cylindrical-coordinate representation of color #C00851: hue angle of 336.2º 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 #C00851 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.25 |
| HSL | 336.2º | 0.92% | 0.39% | - |
| HSV(B) | 336.2º | 0.96% | 0.75% | - |
| XYZ | 23.31 | 11.97 | 8.87 | - |
| YUV | 71.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 81 | 0 | 0.96 | 0.58 | 0.25 | 336.2 | 0.92 | 0.39 |
| Hex | C0 | 8 | 51 | 0 | 60 | 3A | 19 | 150 | 5C | 27 |
| Octal | 300 | 10 | 121 | 0 | 140 | 72 | 31 | 520 | 134 | 47 |
| Binary | 11000000 | 1000 | 1010001 | 0 | 1100000 | 111010 | 11001 | 101010000 | 1011100 | 100111 |
Color Harmonies of #C00851
Complementary color
Monochromatic Colors of #C00851
Black with #C00851
Text Example
Text Example
White with #C00851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00851; }
p { color: rgb(192,8,81); }
H1.HeaderClassName
{
color: #C00851;
}
.AnyTagClassName
{
color: #C00851;
}
</style>
background-color css
<style>
a { background-color: #C00851; }
a { background-color: rgb(192,8,81); }
div.DivClassName
{
background-color: #C00851;
}
.BgClassName
{
background-color: #C00851;
}
</style>
border-color css
<style>
span { border-color: #C00851; }
span { border-color: rgb(192,8,81); }
td.TdClassName
{
border-color: #C00851;
}
.TagClassName
{
border-color: #C00851;
}
</style>