Shades of Mulberry #C95595
Tints of Mulberry #C95595
RGB
CMYK
RGB Variations
Color information
#C95595 (or 0xC95595) is known color: Mulberry. HEX triplet: C9, 55 and 95. RGB value is (201,85,149). Sum of RGB (Red+Green+Blue) = 201+85+149=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C95595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95595 is #36AA6A. Grayscale: #7E7E7E. Windows color (decimal): -3582571 or 9786825. OLE color: 9786825.
HSL color Cylindrical-coordinate representation of color #C95595: hue angle of 326.9º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95595 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 149 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.21 |
| HSL | 326.9º | 0.52% | 0.56% | - |
| HSV(B) | 326.9º | 0.58% | 0.79% | - |
| XYZ | 32.76 | 21.08 | 30.78 | - |
| YUV | 126.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 149 | 0 | 0.58 | 0.26 | 0.21 | 326.9 | 0.52 | 0.56 |
| Hex | C9 | 55 | 95 | 0 | 3A | 1A | 15 | 147 | 34 | 38 |
| Octal | 311 | 125 | 225 | 0 | 72 | 32 | 25 | 507 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10010101 | 0 | 111010 | 11010 | 10101 | 101000111 | 110100 | 111000 |
Color Harmonies of #C95595
Complementary color
Monochromatic Colors of #C95595
Black with #C95595
Text Example
Text Example
White with #C95595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95595; }
p { color: rgb(201,85,149); }
H1.HeaderClassName
{
color: #C95595;
}
.AnyTagClassName
{
color: #C95595;
}
</style>
background-color css
<style>
a { background-color: #C95595; }
a { background-color: rgb(201,85,149); }
div.DivClassName
{
background-color: #C95595;
}
.BgClassName
{
background-color: #C95595;
}
</style>
border-color css
<style>
span { border-color: #C95595; }
span { border-color: rgb(201,85,149); }
td.TdClassName
{
border-color: #C95595;
}
.TagClassName
{
border-color: #C95595;
}
</style>