Shades of Mulberry #C95B8B
Tints of Mulberry #C95B8B
RGB
CMYK
RGB Variations
Color information
#C95B8B (or 0xC95B8B) is known color: Mulberry. HEX triplet: C9, 5B and 8B. RGB value is (201,91,139). Sum of RGB (Red+Green+Blue) = 201+91+139=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95B8B is #36A474. Grayscale: #818181. Windows color (decimal): -3581045 or 9133001. OLE color: 9133001.
HSL color Cylindrical-coordinate representation of color #C95B8B: hue angle of 333.82º 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 #C95B8B is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 139 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.21 |
| HSL | 333.82º | 0.5% | 0.57% | - |
| HSV(B) | 333.82º | 0.55% | 0.79% | - |
| XYZ | 32.49 | 21.76 | 26.91 | - |
| YUV | 129.36 | 133.44 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 139 | 0 | 0.55 | 0.31 | 0.21 | 333.82 | 0.5 | 0.57 |
| Hex | C9 | 5B | 8B | 0 | 37 | 1F | 15 | 14E | 32 | 39 |
| Octal | 311 | 133 | 213 | 0 | 67 | 37 | 25 | 516 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10001011 | 0 | 110111 | 11111 | 10101 | 101001110 | 110010 | 111001 |
Color Harmonies of #C95B8B
Complementary color
Monochromatic Colors of #C95B8B
Black with #C95B8B
Text Example
Text Example
White with #C95B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B8B; }
p { color: rgb(201,91,139); }
H1.HeaderClassName
{
color: #C95B8B;
}
.AnyTagClassName
{
color: #C95B8B;
}
</style>
background-color css
<style>
a { background-color: #C95B8B; }
a { background-color: rgb(201,91,139); }
div.DivClassName
{
background-color: #C95B8B;
}
.BgClassName
{
background-color: #C95B8B;
}
</style>
border-color css
<style>
span { border-color: #C95B8B; }
span { border-color: rgb(201,91,139); }
td.TdClassName
{
border-color: #C95B8B;
}
.TagClassName
{
border-color: #C95B8B;
}
</style>