Shades of Mulberry #C75A81
Tints of Mulberry #C75A81
RGB
CMYK
RGB Variations
Color information
#C75A81 (or 0xC75A81) is known color: Mulberry. HEX triplet: C7, 5A and 81. RGB value is (199,90,129). Sum of RGB (Red+Green+Blue) = 199+90+129=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A81 is #38A57E. Grayscale: #7E7E7E. Windows color (decimal): -3712383 or 8477383. OLE color: 8477383.
HSL color Cylindrical-coordinate representation of color #C75A81: hue angle of 338.53º 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 #C75A81 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 129 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.22 |
| HSL | 338.53º | 0.49% | 0.57% | - |
| HSV(B) | 338.53º | 0.55% | 0.78% | - |
| XYZ | 31.17 | 21.04 | 23.19 | - |
| YUV | 127.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 129 | 0 | 0.55 | 0.35 | 0.22 | 338.53 | 0.49 | 0.57 |
| Hex | C7 | 5A | 81 | 0 | 37 | 23 | 16 | 153 | 31 | 39 |
| Octal | 307 | 132 | 201 | 0 | 67 | 43 | 26 | 523 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10000001 | 0 | 110111 | 100011 | 10110 | 101010011 | 110001 | 111001 |
Color Harmonies of #C75A81
Complementary color
Monochromatic Colors of #C75A81
Black with #C75A81
Text Example
Text Example
White with #C75A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A81; }
p { color: rgb(199,90,129); }
H1.HeaderClassName
{
color: #C75A81;
}
.AnyTagClassName
{
color: #C75A81;
}
</style>
background-color css
<style>
a { background-color: #C75A81; }
a { background-color: rgb(199,90,129); }
div.DivClassName
{
background-color: #C75A81;
}
.BgClassName
{
background-color: #C75A81;
}
</style>
border-color css
<style>
span { border-color: #C75A81; }
span { border-color: rgb(199,90,129); }
td.TdClassName
{
border-color: #C75A81;
}
.TagClassName
{
border-color: #C75A81;
}
</style>