Shades of Jazzberry Jam #C00655
Tints of Jazzberry Jam #C00655
RGB
CMYK
RGB Variations
Color information
#C00655 (or 0xC00655) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 55. RGB value is (192,6,85). Sum of RGB (Red+Green+Blue) = 192+6+85=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C00655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00655 is #3FF9AA. Grayscale: #464646. Windows color (decimal): -4192683 or 5572288. OLE color: 5572288.
HSL color Cylindrical-coordinate representation of color #C00655: hue angle of 334.52º degrees, saturation: 0.94, 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 #C00655 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.25 |
| HSL | 334.52º | 0.94% | 0.39% | - |
| HSV(B) | 334.52º | 0.97% | 0.75% | - |
| XYZ | 23.44 | 11.99 | 9.67 | - |
| YUV | 70.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 85 | 0 | 0.97 | 0.56 | 0.25 | 334.52 | 0.94 | 0.39 |
| Hex | C0 | 6 | 55 | 0 | 61 | 38 | 19 | 14F | 5E | 27 |
| Octal | 300 | 6 | 125 | 0 | 141 | 70 | 31 | 517 | 136 | 47 |
| Binary | 11000000 | 110 | 1010101 | 0 | 1100001 | 111000 | 11001 | 101001111 | 1011110 | 100111 |
Color Harmonies of #C00655
Complementary color
Monochromatic Colors of #C00655
Black with #C00655
Text Example
Text Example
White with #C00655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00655; }
p { color: rgb(192,6,85); }
H1.HeaderClassName
{
color: #C00655;
}
.AnyTagClassName
{
color: #C00655;
}
</style>
background-color css
<style>
a { background-color: #C00655; }
a { background-color: rgb(192,6,85); }
div.DivClassName
{
background-color: #C00655;
}
.BgClassName
{
background-color: #C00655;
}
</style>
border-color css
<style>
span { border-color: #C00655; }
span { border-color: rgb(192,6,85); }
td.TdClassName
{
border-color: #C00655;
}
.TagClassName
{
border-color: #C00655;
}
</style>