Shades of Mulberry #C95DA2
Tints of Mulberry #C95DA2
RGB
CMYK
RGB Variations
Color information
#C95DA2 (or 0xC95DA2) is known color: Mulberry. HEX triplet: C9, 5D and A2. RGB value is (201,93,162). Sum of RGB (Red+Green+Blue) = 201+93+162=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DA2 is #36A25D. Grayscale: #848484. Windows color (decimal): -3580510 or 10640841. OLE color: 10640841.
HSL color Cylindrical-coordinate representation of color #C95DA2: hue angle of 321.67º 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 #C95DA2 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 162 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.21 |
| HSL | 321.67º | 0.5% | 0.58% | - |
| HSV(B) | 321.67º | 0.54% | 0.79% | - |
| XYZ | 34.52 | 22.85 | 36.77 | - |
| YUV | 133.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 162 | 0 | 0.54 | 0.19 | 0.21 | 321.67 | 0.5 | 0.58 |
| Hex | C9 | 5D | A2 | 0 | 36 | 13 | 15 | 142 | 32 | 3A |
| Octal | 311 | 135 | 242 | 0 | 66 | 23 | 25 | 502 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10100010 | 0 | 110110 | 10011 | 10101 | 101000010 | 110010 | 111010 |
Color Harmonies of #C95DA2
Complementary color
Monochromatic Colors of #C95DA2
Black with #C95DA2
Text Example
Text Example
White with #C95DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DA2; }
p { color: rgb(201,93,162); }
H1.HeaderClassName
{
color: #C95DA2;
}
.AnyTagClassName
{
color: #C95DA2;
}
</style>
background-color css
<style>
a { background-color: #C95DA2; }
a { background-color: rgb(201,93,162); }
div.DivClassName
{
background-color: #C95DA2;
}
.BgClassName
{
background-color: #C95DA2;
}
</style>
border-color css
<style>
span { border-color: #C95DA2; }
span { border-color: rgb(201,93,162); }
td.TdClassName
{
border-color: #C95DA2;
}
.TagClassName
{
border-color: #C95DA2;
}
</style>