Shades of Jazzberry Jam #C0066B
Tints of Jazzberry Jam #C0066B
RGB
CMYK
RGB Variations
Color information
#C0066B (or 0xC0066B) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 6B. RGB value is (192,6,107). Sum of RGB (Red+Green+Blue) = 192+6+107=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0066B is #3FF994. Grayscale: #484848. Windows color (decimal): -4192661 or 7014080. OLE color: 7014080.
HSL color Cylindrical-coordinate representation of color #C0066B: hue angle of 327.42º 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 #C0066B is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.25 |
| HSL | 327.42º | 0.94% | 0.39% | - |
| HSV(B) | 327.42º | 0.97% | 0.75% | - |
| XYZ | 24.46 | 12.4 | 15.01 | - |
| YUV | 73.13 | 147.12 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 107 | 0 | 0.97 | 0.44 | 0.25 | 327.42 | 0.94 | 0.39 |
| Hex | C0 | 6 | 6B | 0 | 61 | 2C | 19 | 147 | 5E | 27 |
| Octal | 300 | 6 | 153 | 0 | 141 | 54 | 31 | 507 | 136 | 47 |
| Binary | 11000000 | 110 | 1101011 | 0 | 1100001 | 101100 | 11001 | 101000111 | 1011110 | 100111 |
Color Harmonies of #C0066B
Complementary color
Monochromatic Colors of #C0066B
Black with #C0066B
Text Example
Text Example
White with #C0066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0066B; }
p { color: rgb(192,6,107); }
H1.HeaderClassName
{
color: #C0066B;
}
.AnyTagClassName
{
color: #C0066B;
}
</style>
background-color css
<style>
a { background-color: #C0066B; }
a { background-color: rgb(192,6,107); }
div.DivClassName
{
background-color: #C0066B;
}
.BgClassName
{
background-color: #C0066B;
}
</style>
border-color css
<style>
span { border-color: #C0066B; }
span { border-color: rgb(192,6,107); }
td.TdClassName
{
border-color: #C0066B;
}
.TagClassName
{
border-color: #C0066B;
}
</style>