Shades of Mulberry #CA54A6
Tints of Mulberry #CA54A6
RGB
CMYK
RGB Variations
Color information
#CA54A6 (or 0xCA54A6) is known color: Mulberry. HEX triplet: CA, 54 and A6. RGB value is (202,84,166). Sum of RGB (Red+Green+Blue) = 202+84+166=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA54A6 is #35AB59. Grayscale: #808080. Windows color (decimal): -3517274 or 10900682. OLE color: 10900682.
HSL color Cylindrical-coordinate representation of color #CA54A6: hue angle of 318.31º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA54A6 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 166 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.21 |
| HSL | 318.31º | 0.53% | 0.56% | - |
| HSV(B) | 318.31º | 0.58% | 0.79% | - |
| XYZ | 34.41 | 21.65 | 38.44 | - |
| YUV | 128.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 166 | 0 | 0.58 | 0.18 | 0.21 | 318.31 | 0.53 | 0.56 |
| Hex | CA | 54 | A6 | 0 | 3A | 12 | 15 | 13E | 35 | 38 |
| Octal | 312 | 124 | 246 | 0 | 72 | 22 | 25 | 476 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10100110 | 0 | 111010 | 10010 | 10101 | 100111110 | 110101 | 111000 |
Color Harmonies of #CA54A6
Complementary color
Monochromatic Colors of #CA54A6
Black with #CA54A6
Text Example
Text Example
White with #CA54A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54A6; }
p { color: rgb(202,84,166); }
H1.HeaderClassName
{
color: #CA54A6;
}
.AnyTagClassName
{
color: #CA54A6;
}
</style>
background-color css
<style>
a { background-color: #CA54A6; }
a { background-color: rgb(202,84,166); }
div.DivClassName
{
background-color: #CA54A6;
}
.BgClassName
{
background-color: #CA54A6;
}
</style>
border-color css
<style>
span { border-color: #CA54A6; }
span { border-color: rgb(202,84,166); }
td.TdClassName
{
border-color: #CA54A6;
}
.TagClassName
{
border-color: #CA54A6;
}
</style>