Shades of Mulberry #CF5BA9
Tints of Mulberry #CF5BA9
RGB
CMYK
RGB Variations
Color information
#CF5BA9 (or 0xCF5BA9) is known color: Mulberry. HEX triplet: CF, 5B and A9. RGB value is (207,91,169). Sum of RGB (Red+Green+Blue) = 207+91+169=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5BA9 is #30A456. Grayscale: #868686. Windows color (decimal): -3187799 or 11099087. OLE color: 11099087.
HSL color Cylindrical-coordinate representation of color #CF5BA9: hue angle of 319.66º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5BA9 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 169 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.19 |
| HSL | 319.66º | 0.55% | 0.58% | - |
| HSV(B) | 319.66º | 0.56% | 0.81% | - |
| XYZ | 36.63 | 23.61 | 40.16 | - |
| YUV | 134.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 169 | 0 | 0.56 | 0.18 | 0.19 | 319.66 | 0.55 | 0.58 |
| Hex | CF | 5B | A9 | 0 | 38 | 12 | 13 | 140 | 37 | 3A |
| Octal | 317 | 133 | 251 | 0 | 70 | 22 | 23 | 500 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10101001 | 0 | 111000 | 10010 | 10011 | 101000000 | 110111 | 111010 |
Color Harmonies of #CF5BA9
Complementary color
Monochromatic Colors of #CF5BA9
Black with #CF5BA9
Text Example
Text Example
White with #CF5BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BA9; }
p { color: rgb(207,91,169); }
H1.HeaderClassName
{
color: #CF5BA9;
}
.AnyTagClassName
{
color: #CF5BA9;
}
</style>
background-color css
<style>
a { background-color: #CF5BA9; }
a { background-color: rgb(207,91,169); }
div.DivClassName
{
background-color: #CF5BA9;
}
.BgClassName
{
background-color: #CF5BA9;
}
</style>
border-color css
<style>
span { border-color: #CF5BA9; }
span { border-color: rgb(207,91,169); }
td.TdClassName
{
border-color: #CF5BA9;
}
.TagClassName
{
border-color: #CF5BA9;
}
</style>