Shades of Jazzberry Jam #C10F55
Tints of Jazzberry Jam #C10F55
RGB
CMYK
RGB Variations
Color information
#C10F55 (or 0xC10F55) is known color: Jazzberry Jam. HEX triplet: C1, 0F and 55. RGB value is (193,15,85). Sum of RGB (Red+Green+Blue) = 193+15+85=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F55 is #3EF0AA. Grayscale: #4C4C4C. Windows color (decimal): -4124843 or 5574593. OLE color: 5574593.
HSL color Cylindrical-coordinate representation of color #C10F55: hue angle of 336.4º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F55 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 85 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.24 |
| HSL | 336.4º | 0.86% | 0.41% | - |
| HSV(B) | 336.4º | 0.92% | 0.76% | - |
| XYZ | 23.8 | 12.33 | 9.72 | - |
| YUV | 76.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 85 | 0 | 0.92 | 0.56 | 0.24 | 336.4 | 0.86 | 0.41 |
| Hex | C1 | F | 55 | 0 | 5C | 38 | 18 | 150 | 56 | 29 |
| Octal | 301 | 17 | 125 | 0 | 134 | 70 | 30 | 520 | 126 | 51 |
| Binary | 11000001 | 1111 | 1010101 | 0 | 1011100 | 111000 | 11000 | 101010000 | 1010110 | 101001 |
Color Harmonies of #C10F55
Complementary color
Monochromatic Colors of #C10F55
Black with #C10F55
Text Example
Text Example
White with #C10F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F55; }
p { color: rgb(193,15,85); }
H1.HeaderClassName
{
color: #C10F55;
}
.AnyTagClassName
{
color: #C10F55;
}
</style>
background-color css
<style>
a { background-color: #C10F55; }
a { background-color: rgb(193,15,85); }
div.DivClassName
{
background-color: #C10F55;
}
.BgClassName
{
background-color: #C10F55;
}
</style>
border-color css
<style>
span { border-color: #C10F55; }
span { border-color: rgb(193,15,85); }
td.TdClassName
{
border-color: #C10F55;
}
.TagClassName
{
border-color: #C10F55;
}
</style>