Shades of Mulberry #C75A99
Tints of Mulberry #C75A99
RGB
CMYK
RGB Variations
Color information
#C75A99 (or 0xC75A99) is known color: Mulberry. HEX triplet: C7, 5A and 99. RGB value is (199,90,153). Sum of RGB (Red+Green+Blue) = 199+90+153=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A99 is #38A566. Grayscale: #818181. Windows color (decimal): -3712359 or 10050247. OLE color: 10050247.
HSL color Cylindrical-coordinate representation of color #C75A99: hue angle of 325.32º 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 #C75A99 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 153 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.22 |
| HSL | 325.32º | 0.49% | 0.57% | - |
| HSV(B) | 325.32º | 0.55% | 0.78% | - |
| XYZ | 32.96 | 21.75 | 32.6 | - |
| YUV | 129.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 153 | 0 | 0.55 | 0.23 | 0.22 | 325.32 | 0.49 | 0.57 |
| Hex | C7 | 5A | 99 | 0 | 37 | 17 | 16 | 145 | 31 | 39 |
| Octal | 307 | 132 | 231 | 0 | 67 | 27 | 26 | 505 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10011001 | 0 | 110111 | 10111 | 10110 | 101000101 | 110001 | 111001 |
Color Harmonies of #C75A99
Complementary color
Monochromatic Colors of #C75A99
Black with #C75A99
Text Example
Text Example
White with #C75A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A99; }
p { color: rgb(199,90,153); }
H1.HeaderClassName
{
color: #C75A99;
}
.AnyTagClassName
{
color: #C75A99;
}
</style>
background-color css
<style>
a { background-color: #C75A99; }
a { background-color: rgb(199,90,153); }
div.DivClassName
{
background-color: #C75A99;
}
.BgClassName
{
background-color: #C75A99;
}
</style>
border-color css
<style>
span { border-color: #C75A99; }
span { border-color: rgb(199,90,153); }
td.TdClassName
{
border-color: #C75A99;
}
.TagClassName
{
border-color: #C75A99;
}
</style>