Shades of Mulberry #C95B93
Tints of Mulberry #C95B93
RGB
CMYK
RGB Variations
Color information
#C95B93 (or 0xC95B93) is known color: Mulberry. HEX triplet: C9, 5B and 93. RGB value is (201,91,147). Sum of RGB (Red+Green+Blue) = 201+91+147=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95B93 is #36A46C. Grayscale: #828282. Windows color (decimal): -3581037 or 9657289. OLE color: 9657289.
HSL color Cylindrical-coordinate representation of color #C95B93: hue angle of 329.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 #C95B93 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 147 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.21 |
| HSL | 329.45º | 0.5% | 0.57% | - |
| HSV(B) | 329.45º | 0.55% | 0.79% | - |
| XYZ | 33.09 | 22.01 | 30.11 | - |
| YUV | 130.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 147 | 0 | 0.55 | 0.27 | 0.21 | 329.45 | 0.5 | 0.57 |
| Hex | C9 | 5B | 93 | 0 | 37 | 1B | 15 | 149 | 32 | 39 |
| Octal | 311 | 133 | 223 | 0 | 67 | 33 | 25 | 511 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10010011 | 0 | 110111 | 11011 | 10101 | 101001001 | 110010 | 111001 |
Color Harmonies of #C95B93
Complementary color
Monochromatic Colors of #C95B93
Black with #C95B93
Text Example
Text Example
White with #C95B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B93; }
p { color: rgb(201,91,147); }
H1.HeaderClassName
{
color: #C95B93;
}
.AnyTagClassName
{
color: #C95B93;
}
</style>
background-color css
<style>
a { background-color: #C95B93; }
a { background-color: rgb(201,91,147); }
div.DivClassName
{
background-color: #C95B93;
}
.BgClassName
{
background-color: #C95B93;
}
</style>
border-color css
<style>
span { border-color: #C95B93; }
span { border-color: rgb(201,91,147); }
td.TdClassName
{
border-color: #C95B93;
}
.TagClassName
{
border-color: #C95B93;
}
</style>