Shades of Mulberry #CA5885
Tints of Mulberry #CA5885
RGB
CMYK
RGB Variations
Color information
#CA5885 (or 0xCA5885) is known color: Mulberry. HEX triplet: CA, 58 and 85. RGB value is (202,88,133). Sum of RGB (Red+Green+Blue) = 202+88+133=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5885 is #35A77A. Grayscale: #7F7F7F. Windows color (decimal): -3516283 or 8739018. OLE color: 8739018.
HSL color Cylindrical-coordinate representation of color #CA5885: hue angle of 336.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5885 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 133 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.21 |
| HSL | 336.32º | 0.52% | 0.57% | - |
| HSV(B) | 336.32º | 0.56% | 0.79% | - |
| XYZ | 32.08 | 21.23 | 24.6 | - |
| YUV | 127.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 133 | 0 | 0.56 | 0.34 | 0.21 | 336.32 | 0.52 | 0.57 |
| Hex | CA | 58 | 85 | 0 | 38 | 22 | 15 | 150 | 34 | 39 |
| Octal | 312 | 130 | 205 | 0 | 70 | 42 | 25 | 520 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10000101 | 0 | 111000 | 100010 | 10101 | 101010000 | 110100 | 111001 |
Color Harmonies of #CA5885
Complementary color
Monochromatic Colors of #CA5885
Black with #CA5885
Text Example
Text Example
White with #CA5885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5885; }
p { color: rgb(202,88,133); }
H1.HeaderClassName
{
color: #CA5885;
}
.AnyTagClassName
{
color: #CA5885;
}
</style>
background-color css
<style>
a { background-color: #CA5885; }
a { background-color: rgb(202,88,133); }
div.DivClassName
{
background-color: #CA5885;
}
.BgClassName
{
background-color: #CA5885;
}
</style>
border-color css
<style>
span { border-color: #CA5885; }
span { border-color: rgb(202,88,133); }
td.TdClassName
{
border-color: #CA5885;
}
.TagClassName
{
border-color: #CA5885;
}
</style>