Shades of Jazzberry Jam #C10953
Tints of Jazzberry Jam #C10953
RGB
CMYK
RGB Variations
Color information
#C10953 (or 0xC10953) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 53. RGB value is (193,9,83). Sum of RGB (Red+Green+Blue) = 193+9+83=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C10953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10953 is #3EF6AC. Grayscale: #484848. Windows color (decimal): -4126381 or 5441985. OLE color: 5441985.
HSL color Cylindrical-coordinate representation of color #C10953: hue angle of 335.87º 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 #C10953 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 83 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.24 |
| HSL | 335.87º | 0.91% | 0.4% | - |
| HSV(B) | 335.87º | 0.95% | 0.76% | - |
| XYZ | 23.65 | 12.16 | 9.28 | - |
| YUV | 72.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 83 | 0 | 0.95 | 0.57 | 0.24 | 335.87 | 0.91 | 0.4 |
| Hex | C1 | 9 | 53 | 0 | 5F | 39 | 18 | 150 | 5B | 28 |
| Octal | 301 | 11 | 123 | 0 | 137 | 71 | 30 | 520 | 133 | 50 |
| Binary | 11000001 | 1001 | 1010011 | 0 | 1011111 | 111001 | 11000 | 101010000 | 1011011 | 101000 |
Color Harmonies of #C10953
Complementary color
Monochromatic Colors of #C10953
Black with #C10953
Text Example
Text Example
White with #C10953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10953; }
p { color: rgb(193,9,83); }
H1.HeaderClassName
{
color: #C10953;
}
.AnyTagClassName
{
color: #C10953;
}
</style>
background-color css
<style>
a { background-color: #C10953; }
a { background-color: rgb(193,9,83); }
div.DivClassName
{
background-color: #C10953;
}
.BgClassName
{
background-color: #C10953;
}
</style>
border-color css
<style>
span { border-color: #C10953; }
span { border-color: rgb(193,9,83); }
td.TdClassName
{
border-color: #C10953;
}
.TagClassName
{
border-color: #C10953;
}
</style>