Shades of Jazzberry Jam #C00A66
Tints of Jazzberry Jam #C00A66
RGB
CMYK
RGB Variations
Color information
#C00A66 (or 0xC00A66) is known color: Jazzberry Jam. HEX triplet: C0, 0A and 66. RGB value is (192,10,102). Sum of RGB (Red+Green+Blue) = 192+10+102=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A66 is #3FF599. Grayscale: #4A4A4A. Windows color (decimal): -4191642 or 6687424. OLE color: 6687424.
HSL color Cylindrical-coordinate representation of color #C00A66: hue angle of 329.67º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A66 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 102 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.25 |
| HSL | 329.67º | 0.9% | 0.4% | - |
| HSV(B) | 329.67º | 0.95% | 0.75% | - |
| XYZ | 24.25 | 12.38 | 13.68 | - |
| YUV | 74.91 | 143.3 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 102 | 0 | 0.95 | 0.47 | 0.25 | 329.67 | 0.9 | 0.4 |
| Hex | C0 | A | 66 | 0 | 5F | 2F | 19 | 14A | 5A | 28 |
| Octal | 300 | 12 | 146 | 0 | 137 | 57 | 31 | 512 | 132 | 50 |
| Binary | 11000000 | 1010 | 1100110 | 0 | 1011111 | 101111 | 11001 | 101001010 | 1011010 | 101000 |
Color Harmonies of #C00A66
Complementary color
Monochromatic Colors of #C00A66
Black with #C00A66
Text Example
Text Example
White with #C00A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A66; }
p { color: rgb(192,10,102); }
H1.HeaderClassName
{
color: #C00A66;
}
.AnyTagClassName
{
color: #C00A66;
}
</style>
background-color css
<style>
a { background-color: #C00A66; }
a { background-color: rgb(192,10,102); }
div.DivClassName
{
background-color: #C00A66;
}
.BgClassName
{
background-color: #C00A66;
}
</style>
border-color css
<style>
span { border-color: #C00A66; }
span { border-color: rgb(192,10,102); }
td.TdClassName
{
border-color: #C00A66;
}
.TagClassName
{
border-color: #C00A66;
}
</style>