Shades of Mulberry #C95694
Tints of Mulberry #C95694
RGB
CMYK
RGB Variations
Color information
#C95694 (or 0xC95694) is known color: Mulberry. HEX triplet: C9, 56 and 94. RGB value is (201,86,148). Sum of RGB (Red+Green+Blue) = 201+86+148=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C95694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95694 is #36A96B. Grayscale: #7F7F7F. Windows color (decimal): -3582316 or 9721545. OLE color: 9721545.
HSL color Cylindrical-coordinate representation of color #C95694: hue angle of 327.65º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95694 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 148 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.21 |
| HSL | 327.65º | 0.52% | 0.56% | - |
| HSV(B) | 327.65º | 0.57% | 0.79% | - |
| XYZ | 32.76 | 21.21 | 30.38 | - |
| YUV | 127.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 148 | 0 | 0.57 | 0.26 | 0.21 | 327.65 | 0.52 | 0.56 |
| Hex | C9 | 56 | 94 | 0 | 39 | 1A | 15 | 148 | 34 | 38 |
| Octal | 311 | 126 | 224 | 0 | 71 | 32 | 25 | 510 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10010100 | 0 | 111001 | 11010 | 10101 | 101001000 | 110100 | 111000 |
Color Harmonies of #C95694
Complementary color
Monochromatic Colors of #C95694
Black with #C95694
Text Example
Text Example
White with #C95694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95694; }
p { color: rgb(201,86,148); }
H1.HeaderClassName
{
color: #C95694;
}
.AnyTagClassName
{
color: #C95694;
}
</style>
background-color css
<style>
a { background-color: #C95694; }
a { background-color: rgb(201,86,148); }
div.DivClassName
{
background-color: #C95694;
}
.BgClassName
{
background-color: #C95694;
}
</style>
border-color css
<style>
span { border-color: #C95694; }
span { border-color: rgb(201,86,148); }
td.TdClassName
{
border-color: #C95694;
}
.TagClassName
{
border-color: #C95694;
}
</style>