Shades of Mulberry #C75885
Tints of Mulberry #C75885
RGB
CMYK
RGB Variations
Color information
#C75885 (or 0xC75885) is known color: Mulberry. HEX triplet: C7, 58 and 85. RGB value is (199,88,133). Sum of RGB (Red+Green+Blue) = 199+88+133=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C75885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75885 is #38A77A. Grayscale: #7E7E7E. Windows color (decimal): -3712891 or 8739015. OLE color: 8739015.
HSL color Cylindrical-coordinate representation of color #C75885: hue angle of 335.68º 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 #C75885 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 133 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.22 |
| HSL | 335.68º | 0.5% | 0.56% | - |
| HSV(B) | 335.68º | 0.56% | 0.78% | - |
| XYZ | 31.28 | 20.82 | 24.56 | - |
| YUV | 126.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 133 | 0 | 0.56 | 0.33 | 0.22 | 335.68 | 0.5 | 0.56 |
| Hex | C7 | 58 | 85 | 0 | 38 | 21 | 16 | 150 | 32 | 38 |
| Octal | 307 | 130 | 205 | 0 | 70 | 41 | 26 | 520 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10000101 | 0 | 111000 | 100001 | 10110 | 101010000 | 110010 | 111000 |
Color Harmonies of #C75885
Complementary color
Monochromatic Colors of #C75885
Black with #C75885
Text Example
Text Example
White with #C75885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75885; }
p { color: rgb(199,88,133); }
H1.HeaderClassName
{
color: #C75885;
}
.AnyTagClassName
{
color: #C75885;
}
</style>
background-color css
<style>
a { background-color: #C75885; }
a { background-color: rgb(199,88,133); }
div.DivClassName
{
background-color: #C75885;
}
.BgClassName
{
background-color: #C75885;
}
</style>
border-color css
<style>
span { border-color: #C75885; }
span { border-color: rgb(199,88,133); }
td.TdClassName
{
border-color: #C75885;
}
.TagClassName
{
border-color: #C75885;
}
</style>