Shades of Mulberry #C45687
Tints of Mulberry #C45687
RGB
CMYK
RGB Variations
Color information
#C45687 (or 0xC45687) is known color: Mulberry. HEX triplet: C4, 56 and 87. RGB value is (196,86,135). Sum of RGB (Red+Green+Blue) = 196+86+135=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C45687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45687 is #3BA978. Grayscale: #7C7C7C. Windows color (decimal): -3910009 or 8869572. OLE color: 8869572.
HSL color Cylindrical-coordinate representation of color #C45687: hue angle of 333.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45687 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 135 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.23 |
| HSL | 333.27º | 0.48% | 0.55% | - |
| HSV(B) | 333.27º | 0.56% | 0.77% | - |
| XYZ | 30.47 | 20.14 | 25.2 | - |
| YUV | 124.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 135 | 0 | 0.56 | 0.31 | 0.23 | 333.27 | 0.48 | 0.55 |
| Hex | C4 | 56 | 87 | 0 | 38 | 1F | 17 | 14D | 30 | 37 |
| Octal | 304 | 126 | 207 | 0 | 70 | 37 | 27 | 515 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10000111 | 0 | 111000 | 11111 | 10111 | 101001101 | 110000 | 110111 |
Color Harmonies of #C45687
Complementary color
Monochromatic Colors of #C45687
Black with #C45687
Text Example
Text Example
White with #C45687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45687; }
p { color: rgb(196,86,135); }
H1.HeaderClassName
{
color: #C45687;
}
.AnyTagClassName
{
color: #C45687;
}
</style>
background-color css
<style>
a { background-color: #C45687; }
a { background-color: rgb(196,86,135); }
div.DivClassName
{
background-color: #C45687;
}
.BgClassName
{
background-color: #C45687;
}
</style>
border-color css
<style>
span { border-color: #C45687; }
span { border-color: rgb(196,86,135); }
td.TdClassName
{
border-color: #C45687;
}
.TagClassName
{
border-color: #C45687;
}
</style>