Shades of Mulberry #C95683
Tints of Mulberry #C95683
RGB
CMYK
RGB Variations
Color information
#C95683 (or 0xC95683) is known color: Mulberry. HEX triplet: C9, 56 and 83. RGB value is (201,86,131). Sum of RGB (Red+Green+Blue) = 201+86+131=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95683 is #36A97C. Grayscale: #7D7D7D. Windows color (decimal): -3582333 or 8607433. OLE color: 8607433.
HSL color Cylindrical-coordinate representation of color #C95683: hue angle of 336.52º 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 #C95683 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 131 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.21 |
| HSL | 336.52º | 0.52% | 0.56% | - |
| HSV(B) | 336.52º | 0.57% | 0.79% | - |
| XYZ | 31.51 | 20.71 | 23.81 | - |
| YUV | 125.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 131 | 0 | 0.57 | 0.35 | 0.21 | 336.52 | 0.52 | 0.56 |
| Hex | C9 | 56 | 83 | 0 | 39 | 23 | 15 | 151 | 34 | 38 |
| Octal | 311 | 126 | 203 | 0 | 71 | 43 | 25 | 521 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10000011 | 0 | 111001 | 100011 | 10101 | 101010001 | 110100 | 111000 |
Color Harmonies of #C95683
Complementary color
Monochromatic Colors of #C95683
Black with #C95683
Text Example
Text Example
White with #C95683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95683; }
p { color: rgb(201,86,131); }
H1.HeaderClassName
{
color: #C95683;
}
.AnyTagClassName
{
color: #C95683;
}
</style>
background-color css
<style>
a { background-color: #C95683; }
a { background-color: rgb(201,86,131); }
div.DivClassName
{
background-color: #C95683;
}
.BgClassName
{
background-color: #C95683;
}
</style>
border-color css
<style>
span { border-color: #C95683; }
span { border-color: rgb(201,86,131); }
td.TdClassName
{
border-color: #C95683;
}
.TagClassName
{
border-color: #C95683;
}
</style>