Shades of Jazzberry Jam #C10952
Tints of Jazzberry Jam #C10952
RGB
CMYK
RGB Variations
Color information
#C10952 (or 0xC10952) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 52. RGB value is (193,9,82). Sum of RGB (Red+Green+Blue) = 193+9+82=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C10952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10952 is #3EF6AD. Grayscale: #484848. Windows color (decimal): -4126382 or 5376449. OLE color: 5376449.
HSL color Cylindrical-coordinate representation of color #C10952: hue angle of 336.2º 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 #C10952 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 82 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.24 |
| HSL | 336.2º | 0.91% | 0.4% | - |
| HSV(B) | 336.2º | 0.95% | 0.76% | - |
| XYZ | 23.61 | 12.14 | 9.08 | - |
| YUV | 72.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 82 | 0 | 0.95 | 0.58 | 0.24 | 336.2 | 0.91 | 0.4 |
| Hex | C1 | 9 | 52 | 0 | 5F | 3A | 18 | 150 | 5B | 28 |
| Octal | 301 | 11 | 122 | 0 | 137 | 72 | 30 | 520 | 133 | 50 |
| Binary | 11000001 | 1001 | 1010010 | 0 | 1011111 | 111010 | 11000 | 101010000 | 1011011 | 101000 |
Color Harmonies of #C10952
Complementary color
Monochromatic Colors of #C10952
Black with #C10952
Text Example
Text Example
White with #C10952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10952; }
p { color: rgb(193,9,82); }
H1.HeaderClassName
{
color: #C10952;
}
.AnyTagClassName
{
color: #C10952;
}
</style>
background-color css
<style>
a { background-color: #C10952; }
a { background-color: rgb(193,9,82); }
div.DivClassName
{
background-color: #C10952;
}
.BgClassName
{
background-color: #C10952;
}
</style>
border-color css
<style>
span { border-color: #C10952; }
span { border-color: rgb(193,9,82); }
td.TdClassName
{
border-color: #C10952;
}
.TagClassName
{
border-color: #C10952;
}
</style>