Shades of Jazzberry Jam #C00555
Tints of Jazzberry Jam #C00555
RGB
CMYK
RGB Variations
Color information
#C00555 (or 0xC00555) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 55. RGB value is (192,5,85). Sum of RGB (Red+Green+Blue) = 192+5+85=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C00555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00555 is #3FFAAA. Grayscale: #454545. Windows color (decimal): -4192939 or 5572032. OLE color: 5572032.
HSL color Cylindrical-coordinate representation of color #C00555: hue angle of 334.33º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00555 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 85 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.25 |
| HSL | 334.33º | 0.95% | 0.39% | - |
| HSV(B) | 334.33º | 0.97% | 0.75% | - |
| XYZ | 23.43 | 11.97 | 9.67 | - |
| YUV | 70.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 85 | 0 | 0.97 | 0.56 | 0.25 | 334.33 | 0.95 | 0.39 |
| Hex | C0 | 5 | 55 | 0 | 61 | 38 | 19 | 14E | 5F | 27 |
| Octal | 300 | 5 | 125 | 0 | 141 | 70 | 31 | 516 | 137 | 47 |
| Binary | 11000000 | 101 | 1010101 | 0 | 1100001 | 111000 | 11001 | 101001110 | 1011111 | 100111 |
Color Harmonies of #C00555
Complementary color
Monochromatic Colors of #C00555
Black with #C00555
Text Example
Text Example
White with #C00555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00555; }
p { color: rgb(192,5,85); }
H1.HeaderClassName
{
color: #C00555;
}
.AnyTagClassName
{
color: #C00555;
}
</style>
background-color css
<style>
a { background-color: #C00555; }
a { background-color: rgb(192,5,85); }
div.DivClassName
{
background-color: #C00555;
}
.BgClassName
{
background-color: #C00555;
}
</style>
border-color css
<style>
span { border-color: #C00555; }
span { border-color: rgb(192,5,85); }
td.TdClassName
{
border-color: #C00555;
}
.TagClassName
{
border-color: #C00555;
}
</style>