Shades of Mulberry #C75888
Tints of Mulberry #C75888
RGB
CMYK
RGB Variations
Color information
#C75888 (or 0xC75888) is known color: Mulberry. HEX triplet: C7, 58 and 88. RGB value is (199,88,136). Sum of RGB (Red+Green+Blue) = 199+88+136=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C75888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75888 is #38A777. Grayscale: #7E7E7E. Windows color (decimal): -3712888 or 8935623. OLE color: 8935623.
HSL color Cylindrical-coordinate representation of color #C75888: hue angle of 334.05º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75888 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 136 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.22 |
| HSL | 334.05º | 0.5% | 0.56% | - |
| HSV(B) | 334.05º | 0.56% | 0.78% | - |
| XYZ | 31.49 | 20.9 | 25.67 | - |
| YUV | 126.66 | 133.27 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 136 | 0 | 0.56 | 0.32 | 0.22 | 334.05 | 0.5 | 0.56 |
| Hex | C7 | 58 | 88 | 0 | 38 | 20 | 16 | 14E | 32 | 38 |
| Octal | 307 | 130 | 210 | 0 | 70 | 40 | 26 | 516 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10001000 | 0 | 111000 | 100000 | 10110 | 101001110 | 110010 | 111000 |
Color Harmonies of #C75888
Complementary color
Monochromatic Colors of #C75888
Black with #C75888
Text Example
Text Example
White with #C75888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75888; }
p { color: rgb(199,88,136); }
H1.HeaderClassName
{
color: #C75888;
}
.AnyTagClassName
{
color: #C75888;
}
</style>
background-color css
<style>
a { background-color: #C75888; }
a { background-color: rgb(199,88,136); }
div.DivClassName
{
background-color: #C75888;
}
.BgClassName
{
background-color: #C75888;
}
</style>
border-color css
<style>
span { border-color: #C75888; }
span { border-color: rgb(199,88,136); }
td.TdClassName
{
border-color: #C75888;
}
.TagClassName
{
border-color: #C75888;
}
</style>