Shades of Jazzberry Jam #C00A68
Tints of Jazzberry Jam #C00A68
RGB
CMYK
RGB Variations
Color information
#C00A68 (or 0xC00A68) is known color: Jazzberry Jam. HEX triplet: C0, 0A and 68. RGB value is (192,10,104). Sum of RGB (Red+Green+Blue) = 192+10+104=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A68 is #3FF597. Grayscale: #4A4A4A. Windows color (decimal): -4191640 or 6818496. OLE color: 6818496.
HSL color Cylindrical-coordinate representation of color #C00A68: hue angle of 329.01º 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 #C00A68 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 104 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.25 |
| HSL | 329.01º | 0.9% | 0.4% | - |
| HSV(B) | 329.01º | 0.95% | 0.75% | - |
| XYZ | 24.35 | 12.42 | 14.21 | - |
| YUV | 75.13 | 144.3 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 104 | 0 | 0.95 | 0.46 | 0.25 | 329.01 | 0.9 | 0.4 |
| Hex | C0 | A | 68 | 0 | 5F | 2E | 19 | 149 | 5A | 28 |
| Octal | 300 | 12 | 150 | 0 | 137 | 56 | 31 | 511 | 132 | 50 |
| Binary | 11000000 | 1010 | 1101000 | 0 | 1011111 | 101110 | 11001 | 101001001 | 1011010 | 101000 |
Color Harmonies of #C00A68
Complementary color
Monochromatic Colors of #C00A68
Black with #C00A68
Text Example
Text Example
White with #C00A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A68; }
p { color: rgb(192,10,104); }
H1.HeaderClassName
{
color: #C00A68;
}
.AnyTagClassName
{
color: #C00A68;
}
</style>
background-color css
<style>
a { background-color: #C00A68; }
a { background-color: rgb(192,10,104); }
div.DivClassName
{
background-color: #C00A68;
}
.BgClassName
{
background-color: #C00A68;
}
</style>
border-color css
<style>
span { border-color: #C00A68; }
span { border-color: rgb(192,10,104); }
td.TdClassName
{
border-color: #C00A68;
}
.TagClassName
{
border-color: #C00A68;
}
</style>