Shades of Jazzberry Jam #C10F60
Tints of Jazzberry Jam #C10F60
RGB
CMYK
RGB Variations
Color information
#C10F60 (or 0xC10F60) is known color: Jazzberry Jam. HEX triplet: C1, 0F and 60. RGB value is (193,15,96). Sum of RGB (Red+Green+Blue) = 193+15+96=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F60 is #3EF09F. Grayscale: #4D4D4D. Windows color (decimal): -4124832 or 6295489. OLE color: 6295489.
HSL color Cylindrical-coordinate representation of color #C10F60: hue angle of 332.7º 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 #C10F60 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 96 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.24 |
| HSL | 332.7º | 0.86% | 0.41% | - |
| HSV(B) | 332.7º | 0.92% | 0.76% | - |
| XYZ | 24.27 | 12.52 | 12.2 | - |
| YUV | 77.46 | 138.47 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 96 | 0 | 0.92 | 0.50 | 0.24 | 332.7 | 0.86 | 0.41 |
| Hex | C1 | F | 60 | 0 | 5C | 32 | 18 | 14D | 56 | 29 |
| Octal | 301 | 17 | 140 | 0 | 134 | 62 | 30 | 515 | 126 | 51 |
| Binary | 11000001 | 1111 | 1100000 | 0 | 1011100 | 110010 | 11000 | 101001101 | 1010110 | 101001 |
Color Harmonies of #C10F60
Complementary color
Monochromatic Colors of #C10F60
Black with #C10F60
Text Example
Text Example
White with #C10F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F60; }
p { color: rgb(193,15,96); }
H1.HeaderClassName
{
color: #C10F60;
}
.AnyTagClassName
{
color: #C10F60;
}
</style>
background-color css
<style>
a { background-color: #C10F60; }
a { background-color: rgb(193,15,96); }
div.DivClassName
{
background-color: #C10F60;
}
.BgClassName
{
background-color: #C10F60;
}
</style>
border-color css
<style>
span { border-color: #C10F60; }
span { border-color: rgb(193,15,96); }
td.TdClassName
{
border-color: #C10F60;
}
.TagClassName
{
border-color: #C10F60;
}
</style>