#CA578C

Color #CA578C Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CA578C

Tints of Mulberry #CA578C

Color information

#CA578C (or 0xCA578C) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 8C. RGB value is (202,87,140). Sum of RGB (Red+Green+Blue) = 202+87+140=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA578C is #35A873. Grayscale: #7F7F7F. Windows color (decimal): -3516532 or 9197514. OLE color: 9197514.

HSL color Cylindrical-coordinate representation of color #CA578C: hue angle of 332.35º 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 #CA578C is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB20287140-
CMYK00.570.310.21
HSL332.35º52.04%56.67%-
HSV(B)332.35º56.93%79.22%-
XYZ32.521.2727.2-
YUV127.43135.1181.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=47.09%
G=20.28%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028714000.570.310.21332.3552.0456.67
HexCA578C0391F1514c3439
Octal31212721407137255146471
Binary1100101010101111000110001110011111110101101001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA578C; }

 p { color: rgb(202,87,140); }

 H1.HeaderClassName
 {
   color: #CA578C;
 }
 .AnyTagClassName
 {
   color: #CA578C;
 }
</style>
background-color css

<style>
 a { background-color: #CA578C; }

 a { background-color: rgb(202,87,140); }

 div.DivClassName
 {
   background-color: #CA578C;
 }
 .BgClassName
 {
   background-color: #CA578C;
 }
</style>
border-color css

<style>
 span { border-color: #CA578C; }

 span { border-color: rgb(202,87,140); }

 td.TdClassName
 {
   border-color: #CA578C;
 }
 .TagClassName
 {
   border-color: #CA578C;
 }
</style>