Shades of Mulberry #C35888
Tints of Mulberry #C35888
RGB
CMYK
RGB Variations
Color information
#C35888 (or 0xC35888) is known color: Mulberry. HEX triplet: C3, 58 and 88. RGB value is (195,88,136). Sum of RGB (Red+Green+Blue) = 195+88+136=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C35888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35888 is #3CA777. Grayscale: #7D7D7D. Windows color (decimal): -3975032 or 8935619. OLE color: 8935619.
HSL color Cylindrical-coordinate representation of color #C35888: hue angle of 333.08º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35888 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 136 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.24 |
| HSL | 333.08º | 0.47% | 0.55% | - |
| HSV(B) | 333.08º | 0.55% | 0.76% | - |
| XYZ | 30.44 | 20.36 | 25.62 | - |
| YUV | 125.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 136 | 0 | 0.55 | 0.30 | 0.24 | 333.08 | 0.47 | 0.55 |
| Hex | C3 | 58 | 88 | 0 | 37 | 1E | 18 | 14D | 2F | 37 |
| Octal | 303 | 130 | 210 | 0 | 67 | 36 | 30 | 515 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10001000 | 0 | 110111 | 11110 | 11000 | 101001101 | 101111 | 110111 |
Color Harmonies of #C35888
Complementary color
Monochromatic Colors of #C35888
Black with #C35888
Text Example
Text Example
White with #C35888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35888; }
p { color: rgb(195,88,136); }
H1.HeaderClassName
{
color: #C35888;
}
.AnyTagClassName
{
color: #C35888;
}
</style>
background-color css
<style>
a { background-color: #C35888; }
a { background-color: rgb(195,88,136); }
div.DivClassName
{
background-color: #C35888;
}
.BgClassName
{
background-color: #C35888;
}
</style>
border-color css
<style>
span { border-color: #C35888; }
span { border-color: rgb(195,88,136); }
td.TdClassName
{
border-color: #C35888;
}
.TagClassName
{
border-color: #C35888;
}
</style>