Shades of Mulberry #CF5690
Tints of Mulberry #CF5690
RGB
CMYK
RGB Variations
Color information
#CF5690 (or 0xCF5690) is known color: Mulberry. HEX triplet: CF, 56 and 90. RGB value is (207,86,144). Sum of RGB (Red+Green+Blue) = 207+86+144=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5690 is #30A96F. Grayscale: #808080. Windows color (decimal): -3189104 or 9459407. OLE color: 9459407.
HSL color Cylindrical-coordinate representation of color #CF5690: hue angle of 331.24º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5690 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 144 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.19 |
| HSL | 331.24º | 0.56% | 0.57% | - |
| HSV(B) | 331.24º | 0.58% | 0.81% | - |
| XYZ | 34.09 | 21.93 | 28.82 | - |
| YUV | 128.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 144 | 0 | 0.58 | 0.30 | 0.19 | 331.24 | 0.56 | 0.57 |
| Hex | CF | 56 | 90 | 0 | 3A | 1E | 13 | 14B | 38 | 39 |
| Octal | 317 | 126 | 220 | 0 | 72 | 36 | 23 | 513 | 70 | 71 |
| Binary | 11001111 | 1010110 | 10010000 | 0 | 111010 | 11110 | 10011 | 101001011 | 111000 | 111001 |
Color Harmonies of #CF5690
Complementary color
Monochromatic Colors of #CF5690
Black with #CF5690
Text Example
Text Example
White with #CF5690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5690; }
p { color: rgb(207,86,144); }
H1.HeaderClassName
{
color: #CF5690;
}
.AnyTagClassName
{
color: #CF5690;
}
</style>
background-color css
<style>
a { background-color: #CF5690; }
a { background-color: rgb(207,86,144); }
div.DivClassName
{
background-color: #CF5690;
}
.BgClassName
{
background-color: #CF5690;
}
</style>
border-color css
<style>
span { border-color: #CF5690; }
span { border-color: rgb(207,86,144); }
td.TdClassName
{
border-color: #CF5690;
}
.TagClassName
{
border-color: #CF5690;
}
</style>