Shades of Jazzberry Jam #C10966
Tints of Jazzberry Jam #C10966
RGB
CMYK
RGB Variations
Color information
#C10966 (or 0xC10966) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 66. RGB value is (193,9,102). Sum of RGB (Red+Green+Blue) = 193+9+102=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C10966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10966 is #3EF699. Grayscale: #4A4A4A. Windows color (decimal): -4126362 or 6687169. OLE color: 6687169.
HSL color Cylindrical-coordinate representation of color #C10966: hue angle of 329.67º 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 #C10966 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 102 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.24 |
| HSL | 329.67º | 0.91% | 0.4% | - |
| HSV(B) | 329.67º | 0.95% | 0.76% | - |
| XYZ | 24.49 | 12.49 | 13.69 | - |
| YUV | 74.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 102 | 0 | 0.95 | 0.47 | 0.24 | 329.67 | 0.91 | 0.4 |
| Hex | C1 | 9 | 66 | 0 | 5F | 2F | 18 | 14A | 5B | 28 |
| Octal | 301 | 11 | 146 | 0 | 137 | 57 | 30 | 512 | 133 | 50 |
| Binary | 11000001 | 1001 | 1100110 | 0 | 1011111 | 101111 | 11000 | 101001010 | 1011011 | 101000 |
Color Harmonies of #C10966
Complementary color
Monochromatic Colors of #C10966
Black with #C10966
Text Example
Text Example
White with #C10966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10966; }
p { color: rgb(193,9,102); }
H1.HeaderClassName
{
color: #C10966;
}
.AnyTagClassName
{
color: #C10966;
}
</style>
background-color css
<style>
a { background-color: #C10966; }
a { background-color: rgb(193,9,102); }
div.DivClassName
{
background-color: #C10966;
}
.BgClassName
{
background-color: #C10966;
}
</style>
border-color css
<style>
span { border-color: #C10966; }
span { border-color: rgb(193,9,102); }
td.TdClassName
{
border-color: #C10966;
}
.TagClassName
{
border-color: #C10966;
}
</style>