Shades of Jazzberry Jam #C10066
Tints of Jazzberry Jam #C10066
RGB
CMYK
RGB Variations
Color information
#C10066 (or 0xC10066) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 66. RGB value is (193,0,102). Sum of RGB (Red+Green+Blue) = 193+0+102=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C10066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10066 is #3EFF99. Grayscale: #454545. Windows color (decimal): -4128666 or 6684865. OLE color: 6684865.
HSL color Cylindrical-coordinate representation of color #C10066: hue angle of 328.29º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10066 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.47 | 0.24 |
| HSL | 328.29º | 1% | 0.38% | - |
| HSV(B) | 328.29º | 1% | 0.76% | - |
| XYZ | 24.39 | 12.3 | 13.66 | - |
| YUV | 69.34 | 146.44 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 102 | 0 | 1 | 0.47 | 0.24 | 328.29 | 1 | 0.38 |
| Hex | C1 | 0 | 66 | 0 | 64 | 2F | 18 | 148 | 64 | 26 |
| Octal | 301 | 0 | 146 | 0 | 144 | 57 | 30 | 510 | 144 | 46 |
| Binary | 11000001 | 0 | 1100110 | 0 | 1100100 | 101111 | 11000 | 101001000 | 1100100 | 100110 |
Color Harmonies of #C10066
Complementary color
Monochromatic Colors of #C10066
Black with #C10066
Text Example
Text Example
White with #C10066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10066; }
p { color: rgb(193,0,102); }
H1.HeaderClassName
{
color: #C10066;
}
.AnyTagClassName
{
color: #C10066;
}
</style>
background-color css
<style>
a { background-color: #C10066; }
a { background-color: rgb(193,0,102); }
div.DivClassName
{
background-color: #C10066;
}
.BgClassName
{
background-color: #C10066;
}
</style>
border-color css
<style>
span { border-color: #C10066; }
span { border-color: rgb(193,0,102); }
td.TdClassName
{
border-color: #C10066;
}
.TagClassName
{
border-color: #C10066;
}
</style>