Shades of Jazzberry Jam #C1165F
Tints of Jazzberry Jam #C1165F
RGB
CMYK
RGB Variations
Color information
#C1165F (or 0xC1165F) is known color: Jazzberry Jam. HEX triplet: C1, 16 and 5F. RGB value is (193,22,95). Sum of RGB (Red+Green+Blue) = 193+22+95=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C1165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1165F is #3EE9A0. Grayscale: #515151. Windows color (decimal): -4123041 or 6231745. OLE color: 6231745.
HSL color Cylindrical-coordinate representation of color #C1165F: hue angle of 334.39º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1165F is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 95 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.24 |
| HSL | 334.39º | 0.8% | 0.42% | - |
| HSV(B) | 334.39º | 0.89% | 0.76% | - |
| XYZ | 24.34 | 12.74 | 12 | - |
| YUV | 81.45 | 135.65 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 95 | 0 | 0.89 | 0.51 | 0.24 | 334.39 | 0.8 | 0.42 |
| Hex | C1 | 16 | 5F | 0 | 59 | 33 | 18 | 14E | 50 | 2A |
| Octal | 301 | 26 | 137 | 0 | 131 | 63 | 30 | 516 | 120 | 52 |
| Binary | 11000001 | 10110 | 1011111 | 0 | 1011001 | 110011 | 11000 | 101001110 | 1010000 | 101010 |
Color Harmonies of #C1165F
Complementary color
Monochromatic Colors of #C1165F
Black with #C1165F
Text Example
Text Example
White with #C1165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1165F; }
p { color: rgb(193,22,95); }
H1.HeaderClassName
{
color: #C1165F;
}
.AnyTagClassName
{
color: #C1165F;
}
</style>
background-color css
<style>
a { background-color: #C1165F; }
a { background-color: rgb(193,22,95); }
div.DivClassName
{
background-color: #C1165F;
}
.BgClassName
{
background-color: #C1165F;
}
</style>
border-color css
<style>
span { border-color: #C1165F; }
span { border-color: rgb(193,22,95); }
td.TdClassName
{
border-color: #C1165F;
}
.TagClassName
{
border-color: #C1165F;
}
</style>