Shades of Jazzberry Jam #C1096A
Tints of Jazzberry Jam #C1096A
RGB
CMYK
RGB Variations
Color information
#C1096A (or 0xC1096A) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 6A. RGB value is (193,9,106). Sum of RGB (Red+Green+Blue) = 193+9+106=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1096A is #3EF695. Grayscale: #4A4A4A. Windows color (decimal): -4126358 or 6949313. OLE color: 6949313.
HSL color Cylindrical-coordinate representation of color #C1096A: hue angle of 328.37º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1096A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 106 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.24 |
| HSL | 328.37º | 0.91% | 0.4% | - |
| HSV(B) | 328.37º | 0.95% | 0.76% | - |
| XYZ | 24.69 | 12.57 | 14.76 | - |
| YUV | 75.07 | 145.46 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 106 | 0 | 0.95 | 0.45 | 0.24 | 328.37 | 0.91 | 0.4 |
| Hex | C1 | 9 | 6A | 0 | 5F | 2D | 18 | 148 | 5B | 28 |
| Octal | 301 | 11 | 152 | 0 | 137 | 55 | 30 | 510 | 133 | 50 |
| Binary | 11000001 | 1001 | 1101010 | 0 | 1011111 | 101101 | 11000 | 101001000 | 1011011 | 101000 |
Color Harmonies of #C1096A
Complementary color
Monochromatic Colors of #C1096A
Black with #C1096A
Text Example
Text Example
White with #C1096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1096A; }
p { color: rgb(193,9,106); }
H1.HeaderClassName
{
color: #C1096A;
}
.AnyTagClassName
{
color: #C1096A;
}
</style>
background-color css
<style>
a { background-color: #C1096A; }
a { background-color: rgb(193,9,106); }
div.DivClassName
{
background-color: #C1096A;
}
.BgClassName
{
background-color: #C1096A;
}
</style>
border-color css
<style>
span { border-color: #C1096A; }
span { border-color: rgb(193,9,106); }
td.TdClassName
{
border-color: #C1096A;
}
.TagClassName
{
border-color: #C1096A;
}
</style>