Shades of Jazzberry Jam #C10F68
Tints of Jazzberry Jam #C10F68
RGB
CMYK
RGB Variations
Color information
#C10F68 (or 0xC10F68) is known color: Jazzberry Jam. HEX triplet: C1, 0F and 68. RGB value is (193,15,104). Sum of RGB (Red+Green+Blue) = 193+15+104=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F68 is #3EF097. Grayscale: #4E4E4E. Windows color (decimal): -4124824 or 6819777. OLE color: 6819777.
HSL color Cylindrical-coordinate representation of color #C10F68: hue angle of 330º 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 #C10F68 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 104 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.24 |
| HSL | 330º | 0.86% | 0.41% | - |
| HSV(B) | 330º | 0.92% | 0.76% | - |
| XYZ | 24.66 | 12.68 | 14.24 | - |
| YUV | 78.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 104 | 0 | 0.92 | 0.46 | 0.24 | 330 | 0.86 | 0.41 |
| Hex | C1 | F | 68 | 0 | 5C | 2E | 18 | 14A | 56 | 29 |
| Octal | 301 | 17 | 150 | 0 | 134 | 56 | 30 | 512 | 126 | 51 |
| Binary | 11000001 | 1111 | 1101000 | 0 | 1011100 | 101110 | 11000 | 101001010 | 1010110 | 101001 |
Color Harmonies of #C10F68
Complementary color
Monochromatic Colors of #C10F68
Black with #C10F68
Text Example
Text Example
White with #C10F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F68; }
p { color: rgb(193,15,104); }
H1.HeaderClassName
{
color: #C10F68;
}
.AnyTagClassName
{
color: #C10F68;
}
</style>
background-color css
<style>
a { background-color: #C10F68; }
a { background-color: rgb(193,15,104); }
div.DivClassName
{
background-color: #C10F68;
}
.BgClassName
{
background-color: #C10F68;
}
</style>
border-color css
<style>
span { border-color: #C10F68; }
span { border-color: rgb(193,15,104); }
td.TdClassName
{
border-color: #C10F68;
}
.TagClassName
{
border-color: #C10F68;
}
</style>