Shades of Jazzberry Jam #C10A5C
Tints of Jazzberry Jam #C10A5C
RGB
CMYK
RGB Variations
Color information
#C10A5C (or 0xC10A5C) is known color: Jazzberry Jam. HEX triplet: C1, 0A and 5C. RGB value is (193,10,92). Sum of RGB (Red+Green+Blue) = 193+10+92=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A5C is #3EF5A3. Grayscale: #494949. Windows color (decimal): -4126116 or 6032065. OLE color: 6032065.
HSL color Cylindrical-coordinate representation of color #C10A5C: hue angle of 333.11º degrees, saturation: 0.9, 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 #C10A5C is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 92 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.24 |
| HSL | 333.11º | 0.9% | 0.4% | - |
| HSV(B) | 333.11º | 0.95% | 0.76% | - |
| XYZ | 24.03 | 12.33 | 11.24 | - |
| YUV | 74.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 92 | 0 | 0.95 | 0.52 | 0.24 | 333.11 | 0.9 | 0.4 |
| Hex | C1 | A | 5C | 0 | 5F | 34 | 18 | 14D | 5A | 28 |
| Octal | 301 | 12 | 134 | 0 | 137 | 64 | 30 | 515 | 132 | 50 |
| Binary | 11000001 | 1010 | 1011100 | 0 | 1011111 | 110100 | 11000 | 101001101 | 1011010 | 101000 |
Color Harmonies of #C10A5C
Complementary color
Monochromatic Colors of #C10A5C
Black with #C10A5C
Text Example
Text Example
White with #C10A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A5C; }
p { color: rgb(193,10,92); }
H1.HeaderClassName
{
color: #C10A5C;
}
.AnyTagClassName
{
color: #C10A5C;
}
</style>
background-color css
<style>
a { background-color: #C10A5C; }
a { background-color: rgb(193,10,92); }
div.DivClassName
{
background-color: #C10A5C;
}
.BgClassName
{
background-color: #C10A5C;
}
</style>
border-color css
<style>
span { border-color: #C10A5C; }
span { border-color: rgb(193,10,92); }
td.TdClassName
{
border-color: #C10A5C;
}
.TagClassName
{
border-color: #C10A5C;
}
</style>