Shades of Jazzberry Jam #C00A5C
Tints of Jazzberry Jam #C00A5C
RGB
CMYK
RGB Variations
Color information
#C00A5C (or 0xC00A5C) is known color: Jazzberry Jam. HEX triplet: C0, 0A and 5C. RGB value is (192,10,92). Sum of RGB (Red+Green+Blue) = 192+10+92=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A5C is #3FF5A3. Grayscale: #494949. Windows color (decimal): -4191652 or 6032064. OLE color: 6032064.
HSL color Cylindrical-coordinate representation of color #C00A5C: hue angle of 332.97º 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 #C00A5C is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 92 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.25 |
| HSL | 332.97º | 0.9% | 0.4% | - |
| HSV(B) | 332.97º | 0.95% | 0.75% | - |
| XYZ | 23.78 | 12.2 | 11.23 | - |
| YUV | 73.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 92 | 0 | 0.95 | 0.52 | 0.25 | 332.97 | 0.9 | 0.4 |
| Hex | C0 | A | 5C | 0 | 5F | 34 | 19 | 14D | 5A | 28 |
| Octal | 300 | 12 | 134 | 0 | 137 | 64 | 31 | 515 | 132 | 50 |
| Binary | 11000000 | 1010 | 1011100 | 0 | 1011111 | 110100 | 11001 | 101001101 | 1011010 | 101000 |
Color Harmonies of #C00A5C
Complementary color
Monochromatic Colors of #C00A5C
Black with #C00A5C
Text Example
Text Example
White with #C00A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A5C; }
p { color: rgb(192,10,92); }
H1.HeaderClassName
{
color: #C00A5C;
}
.AnyTagClassName
{
color: #C00A5C;
}
</style>
background-color css
<style>
a { background-color: #C00A5C; }
a { background-color: rgb(192,10,92); }
div.DivClassName
{
background-color: #C00A5C;
}
.BgClassName
{
background-color: #C00A5C;
}
</style>
border-color css
<style>
span { border-color: #C00A5C; }
span { border-color: rgb(192,10,92); }
td.TdClassName
{
border-color: #C00A5C;
}
.TagClassName
{
border-color: #C00A5C;
}
</style>