Shades of Mulberry #CA5B9F
Tints of Mulberry #CA5B9F
RGB
CMYK
RGB Variations
Color information
#CA5B9F (or 0xCA5B9F) is known color: Mulberry. HEX triplet: CA, 5B and 9F. RGB value is (202,91,159). Sum of RGB (Red+Green+Blue) = 202+91+159=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5B9F is #35A460. Grayscale: #838383. Windows color (decimal): -3515489 or 10443722. OLE color: 10443722.
HSL color Cylindrical-coordinate representation of color #CA5B9F: hue angle of 323.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5B9F is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 159 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.21 |
| HSL | 323.24º | 0.51% | 0.57% | - |
| HSV(B) | 323.24º | 0.55% | 0.79% | - |
| XYZ | 34.36 | 22.54 | 35.34 | - |
| YUV | 131.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 159 | 0 | 0.55 | 0.21 | 0.21 | 323.24 | 0.51 | 0.57 |
| Hex | CA | 5B | 9F | 0 | 37 | 15 | 15 | 143 | 33 | 39 |
| Octal | 312 | 133 | 237 | 0 | 67 | 25 | 25 | 503 | 63 | 71 |
| Binary | 11001010 | 1011011 | 10011111 | 0 | 110111 | 10101 | 10101 | 101000011 | 110011 | 111001 |
Color Harmonies of #CA5B9F
Complementary color
Monochromatic Colors of #CA5B9F
Black with #CA5B9F
Text Example
Text Example
White with #CA5B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5B9F; }
p { color: rgb(202,91,159); }
H1.HeaderClassName
{
color: #CA5B9F;
}
.AnyTagClassName
{
color: #CA5B9F;
}
</style>
background-color css
<style>
a { background-color: #CA5B9F; }
a { background-color: rgb(202,91,159); }
div.DivClassName
{
background-color: #CA5B9F;
}
.BgClassName
{
background-color: #CA5B9F;
}
</style>
border-color css
<style>
span { border-color: #CA5B9F; }
span { border-color: rgb(202,91,159); }
td.TdClassName
{
border-color: #CA5B9F;
}
.TagClassName
{
border-color: #CA5B9F;
}
</style>