Shades of Mulberry #CA57A6
Tints of Mulberry #CA57A6
RGB
CMYK
RGB Variations
Color information
#CA57A6 (or 0xCA57A6) is known color: Mulberry. HEX triplet: CA, 57 and A6. RGB value is (202,87,166). Sum of RGB (Red+Green+Blue) = 202+87+166=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57A6 is #35A859. Grayscale: #828282. Windows color (decimal): -3516506 or 10901450. OLE color: 10901450.
HSL color Cylindrical-coordinate representation of color #CA57A6: hue angle of 318.78º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA57A6 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 166 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.21 |
| HSL | 318.78º | 0.52% | 0.57% | - |
| HSV(B) | 318.78º | 0.57% | 0.79% | - |
| XYZ | 34.65 | 22.13 | 38.52 | - |
| YUV | 130.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 166 | 0 | 0.57 | 0.18 | 0.21 | 318.78 | 0.52 | 0.57 |
| Hex | CA | 57 | A6 | 0 | 39 | 12 | 15 | 13F | 34 | 39 |
| Octal | 312 | 127 | 246 | 0 | 71 | 22 | 25 | 477 | 64 | 71 |
| Binary | 11001010 | 1010111 | 10100110 | 0 | 111001 | 10010 | 10101 | 100111111 | 110100 | 111001 |
Color Harmonies of #CA57A6
Complementary color
Monochromatic Colors of #CA57A6
Black with #CA57A6
Text Example
Text Example
White with #CA57A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57A6; }
p { color: rgb(202,87,166); }
H1.HeaderClassName
{
color: #CA57A6;
}
.AnyTagClassName
{
color: #CA57A6;
}
</style>
background-color css
<style>
a { background-color: #CA57A6; }
a { background-color: rgb(202,87,166); }
div.DivClassName
{
background-color: #CA57A6;
}
.BgClassName
{
background-color: #CA57A6;
}
</style>
border-color css
<style>
span { border-color: #CA57A6; }
span { border-color: rgb(202,87,166); }
td.TdClassName
{
border-color: #CA57A6;
}
.TagClassName
{
border-color: #CA57A6;
}
</style>