Shades of Jazzberry Jam #C10967
Tints of Jazzberry Jam #C10967
RGB
CMYK
RGB Variations
Color information
#C10967 (or 0xC10967) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 67. RGB value is (193,9,103). Sum of RGB (Red+Green+Blue) = 193+9+103=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C10967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10967 is #3EF698. Grayscale: #4A4A4A. Windows color (decimal): -4126361 or 6752705. OLE color: 6752705.
HSL color Cylindrical-coordinate representation of color #C10967: hue angle of 329.35º 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 #C10967 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 103 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.24 |
| HSL | 329.35º | 0.91% | 0.4% | - |
| HSV(B) | 329.35º | 0.95% | 0.76% | - |
| XYZ | 24.54 | 12.51 | 13.95 | - |
| YUV | 74.73 | 143.96 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 103 | 0 | 0.95 | 0.47 | 0.24 | 329.35 | 0.91 | 0.4 |
| Hex | C1 | 9 | 67 | 0 | 5F | 2F | 18 | 149 | 5B | 28 |
| Octal | 301 | 11 | 147 | 0 | 137 | 57 | 30 | 511 | 133 | 50 |
| Binary | 11000001 | 1001 | 1100111 | 0 | 1011111 | 101111 | 11000 | 101001001 | 1011011 | 101000 |
Color Harmonies of #C10967
Complementary color
Monochromatic Colors of #C10967
Black with #C10967
Text Example
Text Example
White with #C10967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10967; }
p { color: rgb(193,9,103); }
H1.HeaderClassName
{
color: #C10967;
}
.AnyTagClassName
{
color: #C10967;
}
</style>
background-color css
<style>
a { background-color: #C10967; }
a { background-color: rgb(193,9,103); }
div.DivClassName
{
background-color: #C10967;
}
.BgClassName
{
background-color: #C10967;
}
</style>
border-color css
<style>
span { border-color: #C10967; }
span { border-color: rgb(193,9,103); }
td.TdClassName
{
border-color: #C10967;
}
.TagClassName
{
border-color: #C10967;
}
</style>