Shades of Mulberry #CA5883
Tints of Mulberry #CA5883
RGB
CMYK
RGB Variations
Color information
#CA5883 (or 0xCA5883) is known color: Mulberry. HEX triplet: CA, 58 and 83. RGB value is (202,88,131). Sum of RGB (Red+Green+Blue) = 202+88+131=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5883 is #35A77C. Grayscale: #7E7E7E. Windows color (decimal): -3516285 or 8607946. OLE color: 8607946.
HSL color Cylindrical-coordinate representation of color #CA5883: hue angle of 337.37º 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 #CA5883 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 131 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.21 |
| HSL | 337.37º | 0.52% | 0.57% | - |
| HSV(B) | 337.37º | 0.56% | 0.79% | - |
| XYZ | 31.94 | 21.17 | 23.88 | - |
| YUV | 126.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 131 | 0 | 0.56 | 0.35 | 0.21 | 337.37 | 0.52 | 0.57 |
| Hex | CA | 58 | 83 | 0 | 38 | 23 | 15 | 151 | 34 | 39 |
| Octal | 312 | 130 | 203 | 0 | 70 | 43 | 25 | 521 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10000011 | 0 | 111000 | 100011 | 10101 | 101010001 | 110100 | 111001 |
Color Harmonies of #CA5883
Complementary color
Monochromatic Colors of #CA5883
Black with #CA5883
Text Example
Text Example
White with #CA5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5883; }
p { color: rgb(202,88,131); }
H1.HeaderClassName
{
color: #CA5883;
}
.AnyTagClassName
{
color: #CA5883;
}
</style>
background-color css
<style>
a { background-color: #CA5883; }
a { background-color: rgb(202,88,131); }
div.DivClassName
{
background-color: #CA5883;
}
.BgClassName
{
background-color: #CA5883;
}
</style>
border-color css
<style>
span { border-color: #CA5883; }
span { border-color: rgb(202,88,131); }
td.TdClassName
{
border-color: #CA5883;
}
.TagClassName
{
border-color: #CA5883;
}
</style>