Shades of Jazzberry Jam #C00666
Tints of Jazzberry Jam #C00666
RGB
CMYK
RGB Variations
Color information
#C00666 (or 0xC00666) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 66. RGB value is (192,6,102). Sum of RGB (Red+Green+Blue) = 192+6+102=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C00666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00666 is #3FF999. Grayscale: #484848. Windows color (decimal): -4192666 or 6686400. OLE color: 6686400.
HSL color Cylindrical-coordinate representation of color #C00666: hue angle of 329.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00666 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.25 |
| HSL | 329.03º | 0.94% | 0.39% | - |
| HSV(B) | 329.03º | 0.97% | 0.75% | - |
| XYZ | 24.2 | 12.3 | 13.67 | - |
| YUV | 72.56 | 144.62 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 102 | 0 | 0.97 | 0.47 | 0.25 | 329.03 | 0.94 | 0.39 |
| Hex | C0 | 6 | 66 | 0 | 61 | 2F | 19 | 149 | 5E | 27 |
| Octal | 300 | 6 | 146 | 0 | 141 | 57 | 31 | 511 | 136 | 47 |
| Binary | 11000000 | 110 | 1100110 | 0 | 1100001 | 101111 | 11001 | 101001001 | 1011110 | 100111 |
Color Harmonies of #C00666
Complementary color
Monochromatic Colors of #C00666
Black with #C00666
Text Example
Text Example
White with #C00666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00666; }
p { color: rgb(192,6,102); }
H1.HeaderClassName
{
color: #C00666;
}
.AnyTagClassName
{
color: #C00666;
}
</style>
background-color css
<style>
a { background-color: #C00666; }
a { background-color: rgb(192,6,102); }
div.DivClassName
{
background-color: #C00666;
}
.BgClassName
{
background-color: #C00666;
}
</style>
border-color css
<style>
span { border-color: #C00666; }
span { border-color: rgb(192,6,102); }
td.TdClassName
{
border-color: #C00666;
}
.TagClassName
{
border-color: #C00666;
}
</style>