Shades of Jazzberry Jam #C1095C
Tints of Jazzberry Jam #C1095C
RGB
CMYK
RGB Variations
Color information
#C1095C (or 0xC1095C) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 5C. RGB value is (193,9,92). Sum of RGB (Red+Green+Blue) = 193+9+92=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1095C is #3EF6A3. Grayscale: #494949. Windows color (decimal): -4126372 or 6031809. OLE color: 6031809.
HSL color Cylindrical-coordinate representation of color #C1095C: hue angle of 332.93º 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 #C1095C is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 92 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.24 |
| HSL | 332.93º | 0.91% | 0.4% | - |
| HSV(B) | 332.93º | 0.95% | 0.76% | - |
| XYZ | 24.02 | 12.31 | 11.23 | - |
| YUV | 73.48 | 138.46 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 92 | 0 | 0.95 | 0.52 | 0.24 | 332.93 | 0.91 | 0.4 |
| Hex | C1 | 9 | 5C | 0 | 5F | 34 | 18 | 14D | 5B | 28 |
| Octal | 301 | 11 | 134 | 0 | 137 | 64 | 30 | 515 | 133 | 50 |
| Binary | 11000001 | 1001 | 1011100 | 0 | 1011111 | 110100 | 11000 | 101001101 | 1011011 | 101000 |
Color Harmonies of #C1095C
Complementary color
Monochromatic Colors of #C1095C
Black with #C1095C
Text Example
Text Example
White with #C1095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1095C; }
p { color: rgb(193,9,92); }
H1.HeaderClassName
{
color: #C1095C;
}
.AnyTagClassName
{
color: #C1095C;
}
</style>
background-color css
<style>
a { background-color: #C1095C; }
a { background-color: rgb(193,9,92); }
div.DivClassName
{
background-color: #C1095C;
}
.BgClassName
{
background-color: #C1095C;
}
</style>
border-color css
<style>
span { border-color: #C1095C; }
span { border-color: rgb(193,9,92); }
td.TdClassName
{
border-color: #C1095C;
}
.TagClassName
{
border-color: #C1095C;
}
</style>