Shades of Jazzberry Jam #C40268
Tints of Jazzberry Jam #C40268
RGB
CMYK
RGB Variations
Color information
#C40268 (or 0xC40268) is known color: Jazzberry Jam. HEX triplet: C4, 02 and 68. RGB value is (196,2,104). Sum of RGB (Red+Green+Blue) = 196+2+104=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C40268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40268 is #3BFD97. Grayscale: #474747. Windows color (decimal): -3931544 or 6816452. OLE color: 6816452.
HSL color Cylindrical-coordinate representation of color #C40268: hue angle of 328.45º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40268 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.23 |
| HSL | 328.45º | 0.98% | 0.39% | - |
| HSV(B) | 328.45º | 0.99% | 0.77% | - |
| XYZ | 25.29 | 12.78 | 14.23 | - |
| YUV | 71.63 | 146.27 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 104 | 0 | 0.99 | 0.47 | 0.23 | 328.45 | 0.98 | 0.39 |
| Hex | C4 | 2 | 68 | 0 | 63 | 2F | 17 | 148 | 62 | 27 |
| Octal | 304 | 2 | 150 | 0 | 143 | 57 | 27 | 510 | 142 | 47 |
| Binary | 11000100 | 10 | 1101000 | 0 | 1100011 | 101111 | 10111 | 101001000 | 1100010 | 100111 |
Color Harmonies of #C40268
Complementary color
Monochromatic Colors of #C40268
Black with #C40268
Text Example
Text Example
White with #C40268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40268; }
p { color: rgb(196,2,104); }
H1.HeaderClassName
{
color: #C40268;
}
.AnyTagClassName
{
color: #C40268;
}
</style>
background-color css
<style>
a { background-color: #C40268; }
a { background-color: rgb(196,2,104); }
div.DivClassName
{
background-color: #C40268;
}
.BgClassName
{
background-color: #C40268;
}
</style>
border-color css
<style>
span { border-color: #C40268; }
span { border-color: rgb(196,2,104); }
td.TdClassName
{
border-color: #C40268;
}
.TagClassName
{
border-color: #C40268;
}
</style>