Shades of Mulberry #C95B9E
Tints of Mulberry #C95B9E
RGB
CMYK
RGB Variations
Color information
#C95B9E (or 0xC95B9E) is known color: Mulberry. HEX triplet: C9, 5B and 9E. RGB value is (201,91,158). Sum of RGB (Red+Green+Blue) = 201+91+158=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95B9E is #36A461. Grayscale: #838383. Windows color (decimal): -3581026 or 10378185. OLE color: 10378185.
HSL color Cylindrical-coordinate representation of color #C95B9E: hue angle of 323.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95B9E is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 158 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.21 |
| HSL | 323.45º | 0.5% | 0.57% | - |
| HSV(B) | 323.45º | 0.55% | 0.79% | - |
| XYZ | 34 | 22.37 | 34.87 | - |
| YUV | 131.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 158 | 0 | 0.55 | 0.21 | 0.21 | 323.45 | 0.5 | 0.57 |
| Hex | C9 | 5B | 9E | 0 | 37 | 15 | 15 | 143 | 32 | 39 |
| Octal | 311 | 133 | 236 | 0 | 67 | 25 | 25 | 503 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10011110 | 0 | 110111 | 10101 | 10101 | 101000011 | 110010 | 111001 |
Color Harmonies of #C95B9E
Complementary color
Monochromatic Colors of #C95B9E
Black with #C95B9E
Text Example
Text Example
White with #C95B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B9E; }
p { color: rgb(201,91,158); }
H1.HeaderClassName
{
color: #C95B9E;
}
.AnyTagClassName
{
color: #C95B9E;
}
</style>
background-color css
<style>
a { background-color: #C95B9E; }
a { background-color: rgb(201,91,158); }
div.DivClassName
{
background-color: #C95B9E;
}
.BgClassName
{
background-color: #C95B9E;
}
</style>
border-color css
<style>
span { border-color: #C95B9E; }
span { border-color: rgb(201,91,158); }
td.TdClassName
{
border-color: #C95B9E;
}
.TagClassName
{
border-color: #C95B9E;
}
</style>