Shades of Mulberry #CF5BA5
Tints of Mulberry #CF5BA5
RGB
CMYK
RGB Variations
Color information
#CF5BA5 (or 0xCF5BA5) is known color: Mulberry. HEX triplet: CF, 5B and A5. RGB value is (207,91,165). Sum of RGB (Red+Green+Blue) = 207+91+165=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5BA5 is #30A45A. Grayscale: #858585. Windows color (decimal): -3187803 or 10836943. OLE color: 10836943.
HSL color Cylindrical-coordinate representation of color #CF5BA5: hue angle of 321.72º 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 #CF5BA5 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 165 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.19 |
| HSL | 321.72º | 0.55% | 0.58% | - |
| HSV(B) | 321.72º | 0.56% | 0.81% | - |
| XYZ | 36.26 | 23.46 | 38.21 | - |
| YUV | 134.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 165 | 0 | 0.56 | 0.20 | 0.19 | 321.72 | 0.55 | 0.58 |
| Hex | CF | 5B | A5 | 0 | 38 | 14 | 13 | 142 | 37 | 3A |
| Octal | 317 | 133 | 245 | 0 | 70 | 24 | 23 | 502 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10100101 | 0 | 111000 | 10100 | 10011 | 101000010 | 110111 | 111010 |
Color Harmonies of #CF5BA5
Complementary color
Monochromatic Colors of #CF5BA5
Black with #CF5BA5
Text Example
Text Example
White with #CF5BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BA5; }
p { color: rgb(207,91,165); }
H1.HeaderClassName
{
color: #CF5BA5;
}
.AnyTagClassName
{
color: #CF5BA5;
}
</style>
background-color css
<style>
a { background-color: #CF5BA5; }
a { background-color: rgb(207,91,165); }
div.DivClassName
{
background-color: #CF5BA5;
}
.BgClassName
{
background-color: #CF5BA5;
}
</style>
border-color css
<style>
span { border-color: #CF5BA5; }
span { border-color: rgb(207,91,165); }
td.TdClassName
{
border-color: #CF5BA5;
}
.TagClassName
{
border-color: #CF5BA5;
}
</style>