Shades of Jazzberry Jam #C1095F
Tints of Jazzberry Jam #C1095F
RGB
CMYK
RGB Variations
Color information
#C1095F (or 0xC1095F) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 5F. RGB value is (193,9,95). Sum of RGB (Red+Green+Blue) = 193+9+95=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C1095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1095F is #3EF6A0. Grayscale: #494949. Windows color (decimal): -4126369 or 6228417. OLE color: 6228417.
HSL color Cylindrical-coordinate representation of color #C1095F: hue angle of 331.96º 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 #C1095F is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 95 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.24 |
| HSL | 331.96º | 0.91% | 0.4% | - |
| HSV(B) | 331.96º | 0.95% | 0.76% | - |
| XYZ | 24.16 | 12.36 | 11.94 | - |
| YUV | 73.82 | 139.96 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 95 | 0 | 0.95 | 0.51 | 0.24 | 331.96 | 0.91 | 0.4 |
| Hex | C1 | 9 | 5F | 0 | 5F | 33 | 18 | 14C | 5B | 28 |
| Octal | 301 | 11 | 137 | 0 | 137 | 63 | 30 | 514 | 133 | 50 |
| Binary | 11000001 | 1001 | 1011111 | 0 | 1011111 | 110011 | 11000 | 101001100 | 1011011 | 101000 |
Color Harmonies of #C1095F
Complementary color
Monochromatic Colors of #C1095F
Black with #C1095F
Text Example
Text Example
White with #C1095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1095F; }
p { color: rgb(193,9,95); }
H1.HeaderClassName
{
color: #C1095F;
}
.AnyTagClassName
{
color: #C1095F;
}
</style>
background-color css
<style>
a { background-color: #C1095F; }
a { background-color: rgb(193,9,95); }
div.DivClassName
{
background-color: #C1095F;
}
.BgClassName
{
background-color: #C1095F;
}
</style>
border-color css
<style>
span { border-color: #C1095F; }
span { border-color: rgb(193,9,95); }
td.TdClassName
{
border-color: #C1095F;
}
.TagClassName
{
border-color: #C1095F;
}
</style>