Shades of Jazzberry Jam #C00754
Tints of Jazzberry Jam #C00754
RGB
CMYK
RGB Variations
Color information
#C00754 (or 0xC00754) is known color: Jazzberry Jam. HEX triplet: C0, 07 and 54. RGB value is (192,7,84). Sum of RGB (Red+Green+Blue) = 192+7+84=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C00754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00754 is #3FF8AB. Grayscale: #464646. Windows color (decimal): -4192428 or 5507008. OLE color: 5507008.
HSL color Cylindrical-coordinate representation of color #C00754: hue angle of 335.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00754 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.25 |
| HSL | 335.03º | 0.93% | 0.39% | - |
| HSV(B) | 335.03º | 0.96% | 0.75% | - |
| XYZ | 23.41 | 12 | 9.47 | - |
| YUV | 71.09 | 135.29 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 84 | 0 | 0.96 | 0.56 | 0.25 | 335.03 | 0.93 | 0.39 |
| Hex | C0 | 7 | 54 | 0 | 60 | 38 | 19 | 14F | 5D | 27 |
| Octal | 300 | 7 | 124 | 0 | 140 | 70 | 31 | 517 | 135 | 47 |
| Binary | 11000000 | 111 | 1010100 | 0 | 1100000 | 111000 | 11001 | 101001111 | 1011101 | 100111 |
Color Harmonies of #C00754
Complementary color
Monochromatic Colors of #C00754
Black with #C00754
Text Example
Text Example
White with #C00754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00754; }
p { color: rgb(192,7,84); }
H1.HeaderClassName
{
color: #C00754;
}
.AnyTagClassName
{
color: #C00754;
}
</style>
background-color css
<style>
a { background-color: #C00754; }
a { background-color: rgb(192,7,84); }
div.DivClassName
{
background-color: #C00754;
}
.BgClassName
{
background-color: #C00754;
}
</style>
border-color css
<style>
span { border-color: #C00754; }
span { border-color: rgb(192,7,84); }
td.TdClassName
{
border-color: #C00754;
}
.TagClassName
{
border-color: #C00754;
}
</style>