Shades of Jazzberry Jam #C11067
Tints of Jazzberry Jam #C11067
RGB
CMYK
RGB Variations
Color information
#C11067 (or 0xC11067) is known color: Jazzberry Jam. HEX triplet: C1, 10 and 67. RGB value is (193,16,103). Sum of RGB (Red+Green+Blue) = 193+16+103=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C11067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11067 is #3EEF98. Grayscale: #4E4E4E. Windows color (decimal): -4124569 or 6754497. OLE color: 6754497.
HSL color Cylindrical-coordinate representation of color #C11067: hue angle of 330.51º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11067 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 103 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.24 |
| HSL | 330.51º | 0.85% | 0.41% | - |
| HSV(B) | 330.51º | 0.92% | 0.76% | - |
| XYZ | 24.63 | 12.69 | 13.98 | - |
| YUV | 78.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 103 | 0 | 0.92 | 0.47 | 0.24 | 330.51 | 0.85 | 0.41 |
| Hex | C1 | 10 | 67 | 0 | 5C | 2F | 18 | 14B | 55 | 29 |
| Octal | 301 | 20 | 147 | 0 | 134 | 57 | 30 | 513 | 125 | 51 |
| Binary | 11000001 | 10000 | 1100111 | 0 | 1011100 | 101111 | 11000 | 101001011 | 1010101 | 101001 |
Color Harmonies of #C11067
Complementary color
Monochromatic Colors of #C11067
Black with #C11067
Text Example
Text Example
White with #C11067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11067; }
p { color: rgb(193,16,103); }
H1.HeaderClassName
{
color: #C11067;
}
.AnyTagClassName
{
color: #C11067;
}
</style>
background-color css
<style>
a { background-color: #C11067; }
a { background-color: rgb(193,16,103); }
div.DivClassName
{
background-color: #C11067;
}
.BgClassName
{
background-color: #C11067;
}
</style>
border-color css
<style>
span { border-color: #C11067; }
span { border-color: rgb(193,16,103); }
td.TdClassName
{
border-color: #C11067;
}
.TagClassName
{
border-color: #C11067;
}
</style>