Shades of Mulberry #CC5785
Tints of Mulberry #CC5785
RGB
CMYK
RGB Variations
Color information
#CC5785 (or 0xCC5785) is known color: Mulberry. HEX triplet: CC, 57 and 85. RGB value is (204,87,133). Sum of RGB (Red+Green+Blue) = 204+87+133=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5785 is #33A87A. Grayscale: #7F7F7F. Windows color (decimal): -3385467 or 8738764. OLE color: 8738764.
HSL color Cylindrical-coordinate representation of color #CC5785: hue angle of 336.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5785 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 133 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.2 |
| HSL | 336.41º | 0.53% | 0.57% | - |
| HSV(B) | 336.41º | 0.57% | 0.8% | - |
| XYZ | 32.54 | 21.35 | 24.6 | - |
| YUV | 127.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 133 | 0 | 0.57 | 0.35 | 0.2 | 336.41 | 0.53 | 0.57 |
| Hex | CC | 57 | 85 | 0 | 39 | 23 | 14 | 150 | 35 | 39 |
| Octal | 314 | 127 | 205 | 0 | 71 | 43 | 24 | 520 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10000101 | 0 | 111001 | 100011 | 10100 | 101010000 | 110101 | 111001 |
Color Harmonies of #CC5785
Complementary color
Monochromatic Colors of #CC5785
Black with #CC5785
Text Example
Text Example
White with #CC5785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5785; }
p { color: rgb(204,87,133); }
H1.HeaderClassName
{
color: #CC5785;
}
.AnyTagClassName
{
color: #CC5785;
}
</style>
background-color css
<style>
a { background-color: #CC5785; }
a { background-color: rgb(204,87,133); }
div.DivClassName
{
background-color: #CC5785;
}
.BgClassName
{
background-color: #CC5785;
}
</style>
border-color css
<style>
span { border-color: #CC5785; }
span { border-color: rgb(204,87,133); }
td.TdClassName
{
border-color: #CC5785;
}
.TagClassName
{
border-color: #CC5785;
}
</style>