Shades of Mulberry #C95782
Tints of Mulberry #C95782
RGB
CMYK
RGB Variations
Color information
#C95782 (or 0xC95782) is known color: Mulberry. HEX triplet: C9, 57 and 82. RGB value is (201,87,130). Sum of RGB (Red+Green+Blue) = 201+87+130=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95782 is #36A87D. Grayscale: #7D7D7D. Windows color (decimal): -3582078 or 8542153. OLE color: 8542153.
HSL color Cylindrical-coordinate representation of color #C95782: hue angle of 337.37º degrees, saturation: 0.51, 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 #C95782 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 130 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.21 |
| HSL | 337.37º | 0.51% | 0.56% | - |
| HSV(B) | 337.37º | 0.57% | 0.79% | - |
| XYZ | 31.52 | 20.85 | 23.48 | - |
| YUV | 125.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 130 | 0 | 0.57 | 0.35 | 0.21 | 337.37 | 0.51 | 0.56 |
| Hex | C9 | 57 | 82 | 0 | 39 | 23 | 15 | 151 | 33 | 38 |
| Octal | 311 | 127 | 202 | 0 | 71 | 43 | 25 | 521 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10000010 | 0 | 111001 | 100011 | 10101 | 101010001 | 110011 | 111000 |
Color Harmonies of #C95782
Complementary color
Monochromatic Colors of #C95782
Black with #C95782
Text Example
Text Example
White with #C95782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95782; }
p { color: rgb(201,87,130); }
H1.HeaderClassName
{
color: #C95782;
}
.AnyTagClassName
{
color: #C95782;
}
</style>
background-color css
<style>
a { background-color: #C95782; }
a { background-color: rgb(201,87,130); }
div.DivClassName
{
background-color: #C95782;
}
.BgClassName
{
background-color: #C95782;
}
</style>
border-color css
<style>
span { border-color: #C95782; }
span { border-color: rgb(201,87,130); }
td.TdClassName
{
border-color: #C95782;
}
.TagClassName
{
border-color: #C95782;
}
</style>