Shades of Mulberry #CF5786
Tints of Mulberry #CF5786
RGB
CMYK
RGB Variations
Color information
#CF5786 (or 0xCF5786) is known color: Mulberry. HEX triplet: CF, 57 and 86. RGB value is (207,87,134). Sum of RGB (Red+Green+Blue) = 207+87+134=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5786 is #30A879. Grayscale: #808080. Windows color (decimal): -3188858 or 8804303. OLE color: 8804303.
HSL color Cylindrical-coordinate representation of color #CF5786: hue angle of 336.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5786 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 134 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.19 |
| HSL | 336.5º | 0.56% | 0.58% | - |
| HSV(B) | 336.5º | 0.58% | 0.81% | - |
| XYZ | 33.44 | 21.8 | 25 | - |
| YUV | 128.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 134 | 0 | 0.58 | 0.35 | 0.19 | 336.5 | 0.56 | 0.58 |
| Hex | CF | 57 | 86 | 0 | 3A | 23 | 13 | 150 | 38 | 3A |
| Octal | 317 | 127 | 206 | 0 | 72 | 43 | 23 | 520 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10000110 | 0 | 111010 | 100011 | 10011 | 101010000 | 111000 | 111010 |
Color Harmonies of #CF5786
Complementary color
Monochromatic Colors of #CF5786
Black with #CF5786
Text Example
Text Example
White with #CF5786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5786; }
p { color: rgb(207,87,134); }
H1.HeaderClassName
{
color: #CF5786;
}
.AnyTagClassName
{
color: #CF5786;
}
</style>
background-color css
<style>
a { background-color: #CF5786; }
a { background-color: rgb(207,87,134); }
div.DivClassName
{
background-color: #CF5786;
}
.BgClassName
{
background-color: #CF5786;
}
</style>
border-color css
<style>
span { border-color: #CF5786; }
span { border-color: rgb(207,87,134); }
td.TdClassName
{
border-color: #CF5786;
}
.TagClassName
{
border-color: #CF5786;
}
</style>