Shades of Jazzberry Jam #C40768
Tints of Jazzberry Jam #C40768
RGB
CMYK
RGB Variations
Color information
#C40768 (or 0xC40768) is known color: Jazzberry Jam. HEX triplet: C4, 07 and 68. RGB value is (196,7,104). Sum of RGB (Red+Green+Blue) = 196+7+104=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C40768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40768 is #3BF897. Grayscale: #4A4A4A. Windows color (decimal): -3930264 or 6817732. OLE color: 6817732.
HSL color Cylindrical-coordinate representation of color #C40768: hue angle of 329.21º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40768 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 104 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.23 |
| HSL | 329.21º | 0.93% | 0.4% | - |
| HSV(B) | 329.21º | 0.96% | 0.77% | - |
| XYZ | 25.34 | 12.89 | 14.25 | - |
| YUV | 74.57 | 144.62 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 104 | 0 | 0.96 | 0.47 | 0.23 | 329.21 | 0.93 | 0.4 |
| Hex | C4 | 7 | 68 | 0 | 60 | 2F | 17 | 149 | 5D | 28 |
| Octal | 304 | 7 | 150 | 0 | 140 | 57 | 27 | 511 | 135 | 50 |
| Binary | 11000100 | 111 | 1101000 | 0 | 1100000 | 101111 | 10111 | 101001001 | 1011101 | 101000 |
Color Harmonies of #C40768
Complementary color
Monochromatic Colors of #C40768
Black with #C40768
Text Example
Text Example
White with #C40768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40768; }
p { color: rgb(196,7,104); }
H1.HeaderClassName
{
color: #C40768;
}
.AnyTagClassName
{
color: #C40768;
}
</style>
background-color css
<style>
a { background-color: #C40768; }
a { background-color: rgb(196,7,104); }
div.DivClassName
{
background-color: #C40768;
}
.BgClassName
{
background-color: #C40768;
}
</style>
border-color css
<style>
span { border-color: #C40768; }
span { border-color: rgb(196,7,104); }
td.TdClassName
{
border-color: #C40768;
}
.TagClassName
{
border-color: #C40768;
}
</style>