Shades of Jazzberry Jam #C10F69
Tints of Jazzberry Jam #C10F69
RGB
CMYK
RGB Variations
Color information
#C10F69 (or 0xC10F69) is known color: Jazzberry Jam. HEX triplet: C1, 0F and 69. RGB value is (193,15,105). Sum of RGB (Red+Green+Blue) = 193+15+105=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F69 is #3EF096. Grayscale: #4E4E4E. Windows color (decimal): -4124823 or 6885313. OLE color: 6885313.
HSL color Cylindrical-coordinate representation of color #C10F69: hue angle of 329.66º 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 #C10F69 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 105 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.24 |
| HSL | 329.66º | 0.86% | 0.41% | - |
| HSV(B) | 329.66º | 0.92% | 0.76% | - |
| XYZ | 24.71 | 12.7 | 14.51 | - |
| YUV | 78.48 | 142.97 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 105 | 0 | 0.92 | 0.46 | 0.24 | 329.66 | 0.86 | 0.41 |
| Hex | C1 | F | 69 | 0 | 5C | 2E | 18 | 14A | 56 | 29 |
| Octal | 301 | 17 | 151 | 0 | 134 | 56 | 30 | 512 | 126 | 51 |
| Binary | 11000001 | 1111 | 1101001 | 0 | 1011100 | 101110 | 11000 | 101001010 | 1010110 | 101001 |
Color Harmonies of #C10F69
Complementary color
Monochromatic Colors of #C10F69
Black with #C10F69
Text Example
Text Example
White with #C10F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F69; }
p { color: rgb(193,15,105); }
H1.HeaderClassName
{
color: #C10F69;
}
.AnyTagClassName
{
color: #C10F69;
}
</style>
background-color css
<style>
a { background-color: #C10F69; }
a { background-color: rgb(193,15,105); }
div.DivClassName
{
background-color: #C10F69;
}
.BgClassName
{
background-color: #C10F69;
}
</style>
border-color css
<style>
span { border-color: #C10F69; }
span { border-color: rgb(193,15,105); }
td.TdClassName
{
border-color: #C10F69;
}
.TagClassName
{
border-color: #C10F69;
}
</style>