Shades of Mulberry #C95DA0
Tints of Mulberry #C95DA0
RGB
CMYK
RGB Variations
Color information
#C95DA0 (or 0xC95DA0) is known color: Mulberry. HEX triplet: C9, 5D and A0. RGB value is (201,93,160). Sum of RGB (Red+Green+Blue) = 201+93+160=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DA0 is #36A25F. Grayscale: #848484. Windows color (decimal): -3580512 or 10509769. OLE color: 10509769.
HSL color Cylindrical-coordinate representation of color #C95DA0: hue angle of 322.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DA0 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 160 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.21 |
| HSL | 322.78º | 0.5% | 0.58% | - |
| HSV(B) | 322.78º | 0.54% | 0.79% | - |
| XYZ | 34.35 | 22.78 | 35.85 | - |
| YUV | 132.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 160 | 0 | 0.54 | 0.20 | 0.21 | 322.78 | 0.5 | 0.58 |
| Hex | C9 | 5D | A0 | 0 | 36 | 14 | 15 | 143 | 32 | 3A |
| Octal | 311 | 135 | 240 | 0 | 66 | 24 | 25 | 503 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10100000 | 0 | 110110 | 10100 | 10101 | 101000011 | 110010 | 111010 |
Color Harmonies of #C95DA0
Complementary color
Monochromatic Colors of #C95DA0
Black with #C95DA0
Text Example
Text Example
White with #C95DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DA0; }
p { color: rgb(201,93,160); }
H1.HeaderClassName
{
color: #C95DA0;
}
.AnyTagClassName
{
color: #C95DA0;
}
</style>
background-color css
<style>
a { background-color: #C95DA0; }
a { background-color: rgb(201,93,160); }
div.DivClassName
{
background-color: #C95DA0;
}
.BgClassName
{
background-color: #C95DA0;
}
</style>
border-color css
<style>
span { border-color: #C95DA0; }
span { border-color: rgb(201,93,160); }
td.TdClassName
{
border-color: #C95DA0;
}
.TagClassName
{
border-color: #C95DA0;
}
</style>