Shades of Jazzberry Jam #C01468
Tints of Jazzberry Jam #C01468
RGB
CMYK
RGB Variations
Color information
#C01468 (or 0xC01468) is known color: Jazzberry Jam. HEX triplet: C0, 14 and 68. RGB value is (192,20,104). Sum of RGB (Red+Green+Blue) = 192+20+104=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C01468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01468 is #3FEB97. Grayscale: #505050. Windows color (decimal): -4189080 or 6821056. OLE color: 6821056.
HSL color Cylindrical-coordinate representation of color #C01468: hue angle of 330.7º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01468 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 104 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.25 |
| HSL | 330.7º | 0.81% | 0.42% | - |
| HSV(B) | 330.7º | 0.9% | 0.75% | - |
| XYZ | 24.49 | 12.71 | 14.26 | - |
| YUV | 81 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 104 | 0 | 0.90 | 0.46 | 0.25 | 330.7 | 0.81 | 0.42 |
| Hex | C0 | 14 | 68 | 0 | 5A | 2E | 19 | 14B | 51 | 2A |
| Octal | 300 | 24 | 150 | 0 | 132 | 56 | 31 | 513 | 121 | 52 |
| Binary | 11000000 | 10100 | 1101000 | 0 | 1011010 | 101110 | 11001 | 101001011 | 1010001 | 101010 |
Color Harmonies of #C01468
Complementary color
Monochromatic Colors of #C01468
Black with #C01468
Text Example
Text Example
White with #C01468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01468; }
p { color: rgb(192,20,104); }
H1.HeaderClassName
{
color: #C01468;
}
.AnyTagClassName
{
color: #C01468;
}
</style>
background-color css
<style>
a { background-color: #C01468; }
a { background-color: rgb(192,20,104); }
div.DivClassName
{
background-color: #C01468;
}
.BgClassName
{
background-color: #C01468;
}
</style>
border-color css
<style>
span { border-color: #C01468; }
span { border-color: rgb(192,20,104); }
td.TdClassName
{
border-color: #C01468;
}
.TagClassName
{
border-color: #C01468;
}
</style>