Shades of Mulberry #C75A88
Tints of Mulberry #C75A88
RGB
CMYK
RGB Variations
Color information
#C75A88 (or 0xC75A88) is known color: Mulberry. HEX triplet: C7, 5A and 88. RGB value is (199,90,136). Sum of RGB (Red+Green+Blue) = 199+90+136=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A88 is #38A577. Grayscale: #7F7F7F. Windows color (decimal): -3712376 or 8936135. OLE color: 8936135.
HSL color Cylindrical-coordinate representation of color #C75A88: hue angle of 334.68º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A88 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 136 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.22 |
| HSL | 334.68º | 0.49% | 0.57% | - |
| HSV(B) | 334.68º | 0.55% | 0.78% | - |
| XYZ | 31.65 | 21.23 | 25.72 | - |
| YUV | 127.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 136 | 0 | 0.55 | 0.32 | 0.22 | 334.68 | 0.49 | 0.57 |
| Hex | C7 | 5A | 88 | 0 | 37 | 20 | 16 | 14F | 31 | 39 |
| Octal | 307 | 132 | 210 | 0 | 67 | 40 | 26 | 517 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10001000 | 0 | 110111 | 100000 | 10110 | 101001111 | 110001 | 111001 |
Color Harmonies of #C75A88
Complementary color
Monochromatic Colors of #C75A88
Black with #C75A88
Text Example
Text Example
White with #C75A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A88; }
p { color: rgb(199,90,136); }
H1.HeaderClassName
{
color: #C75A88;
}
.AnyTagClassName
{
color: #C75A88;
}
</style>
background-color css
<style>
a { background-color: #C75A88; }
a { background-color: rgb(199,90,136); }
div.DivClassName
{
background-color: #C75A88;
}
.BgClassName
{
background-color: #C75A88;
}
</style>
border-color css
<style>
span { border-color: #C75A88; }
span { border-color: rgb(199,90,136); }
td.TdClassName
{
border-color: #C75A88;
}
.TagClassName
{
border-color: #C75A88;
}
</style>