Shades of Mulberry #C95DA5
Tints of Mulberry #C95DA5
RGB
CMYK
RGB Variations
Color information
#C95DA5 (or 0xC95DA5) is known color: Mulberry. HEX triplet: C9, 5D and A5. RGB value is (201,93,165). Sum of RGB (Red+Green+Blue) = 201+93+165=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DA5 is #36A25A. Grayscale: #858585. Windows color (decimal): -3580507 or 10837449. OLE color: 10837449.
HSL color Cylindrical-coordinate representation of color #C95DA5: hue angle of 320º 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 #C95DA5 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 165 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.21 |
| HSL | 320º | 0.5% | 0.58% | - |
| HSV(B) | 320º | 0.54% | 0.79% | - |
| XYZ | 34.79 | 22.96 | 38.2 | - |
| YUV | 133.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 165 | 0 | 0.54 | 0.18 | 0.21 | 320 | 0.5 | 0.58 |
| Hex | C9 | 5D | A5 | 0 | 36 | 12 | 15 | 140 | 32 | 3A |
| Octal | 311 | 135 | 245 | 0 | 66 | 22 | 25 | 500 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10100101 | 0 | 110110 | 10010 | 10101 | 101000000 | 110010 | 111010 |
Color Harmonies of #C95DA5
Complementary color
Monochromatic Colors of #C95DA5
Black with #C95DA5
Text Example
Text Example
White with #C95DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DA5; }
p { color: rgb(201,93,165); }
H1.HeaderClassName
{
color: #C95DA5;
}
.AnyTagClassName
{
color: #C95DA5;
}
</style>
background-color css
<style>
a { background-color: #C95DA5; }
a { background-color: rgb(201,93,165); }
div.DivClassName
{
background-color: #C95DA5;
}
.BgClassName
{
background-color: #C95DA5;
}
</style>
border-color css
<style>
span { border-color: #C95DA5; }
span { border-color: rgb(201,93,165); }
td.TdClassName
{
border-color: #C95DA5;
}
.TagClassName
{
border-color: #C95DA5;
}
</style>