Shades of Mulberry #C95DA6
Tints of Mulberry #C95DA6
RGB
CMYK
RGB Variations
Color information
#C95DA6 (or 0xC95DA6) is known color: Mulberry. HEX triplet: C9, 5D and A6. RGB value is (201,93,166). Sum of RGB (Red+Green+Blue) = 201+93+166=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DA6 is #36A259. Grayscale: #858585. Windows color (decimal): -3580506 or 10902985. OLE color: 10902985.
HSL color Cylindrical-coordinate representation of color #C95DA6: hue angle of 319.44º 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 #C95DA6 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 166 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.21 |
| HSL | 319.44º | 0.5% | 0.58% | - |
| HSV(B) | 319.44º | 0.54% | 0.79% | - |
| XYZ | 34.88 | 23 | 38.68 | - |
| YUV | 133.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 166 | 0 | 0.54 | 0.17 | 0.21 | 319.44 | 0.5 | 0.58 |
| Hex | C9 | 5D | A6 | 0 | 36 | 11 | 15 | 13F | 32 | 3A |
| Octal | 311 | 135 | 246 | 0 | 66 | 21 | 25 | 477 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10100110 | 0 | 110110 | 10001 | 10101 | 100111111 | 110010 | 111010 |
Color Harmonies of #C95DA6
Complementary color
Monochromatic Colors of #C95DA6
Black with #C95DA6
Text Example
Text Example
White with #C95DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DA6; }
p { color: rgb(201,93,166); }
H1.HeaderClassName
{
color: #C95DA6;
}
.AnyTagClassName
{
color: #C95DA6;
}
</style>
background-color css
<style>
a { background-color: #C95DA6; }
a { background-color: rgb(201,93,166); }
div.DivClassName
{
background-color: #C95DA6;
}
.BgClassName
{
background-color: #C95DA6;
}
</style>
border-color css
<style>
span { border-color: #C95DA6; }
span { border-color: rgb(201,93,166); }
td.TdClassName
{
border-color: #C95DA6;
}
.TagClassName
{
border-color: #C95DA6;
}
</style>