Shades of Jazzberry Jam #C10666
Tints of Jazzberry Jam #C10666
RGB
CMYK
RGB Variations
Color information
#C10666 (or 0xC10666) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 66. RGB value is (193,6,102). Sum of RGB (Red+Green+Blue) = 193+6+102=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C10666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10666 is #3EF999. Grayscale: #484848. Windows color (decimal): -4127130 or 6686401. OLE color: 6686401.
HSL color Cylindrical-coordinate representation of color #C10666: hue angle of 329.2º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10666 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.24 |
| HSL | 329.2º | 0.94% | 0.39% | - |
| HSV(B) | 329.2º | 0.97% | 0.76% | - |
| XYZ | 24.46 | 12.43 | 13.68 | - |
| YUV | 72.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 102 | 0 | 0.97 | 0.47 | 0.24 | 329.2 | 0.94 | 0.39 |
| Hex | C1 | 6 | 66 | 0 | 61 | 2F | 18 | 149 | 5E | 27 |
| Octal | 301 | 6 | 146 | 0 | 141 | 57 | 30 | 511 | 136 | 47 |
| Binary | 11000001 | 110 | 1100110 | 0 | 1100001 | 101111 | 11000 | 101001001 | 1011110 | 100111 |
Color Harmonies of #C10666
Complementary color
Monochromatic Colors of #C10666
Black with #C10666
Text Example
Text Example
White with #C10666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10666; }
p { color: rgb(193,6,102); }
H1.HeaderClassName
{
color: #C10666;
}
.AnyTagClassName
{
color: #C10666;
}
</style>
background-color css
<style>
a { background-color: #C10666; }
a { background-color: rgb(193,6,102); }
div.DivClassName
{
background-color: #C10666;
}
.BgClassName
{
background-color: #C10666;
}
</style>
border-color css
<style>
span { border-color: #C10666; }
span { border-color: rgb(193,6,102); }
td.TdClassName
{
border-color: #C10666;
}
.TagClassName
{
border-color: #C10666;
}
</style>