#CA578E

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

Shades of Mulberry #CA578E

Tints of Mulberry #CA578E

Color information

#CA578E (or 0xCA578E) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 8E. RGB value is (202,87,142). Sum of RGB (Red+Green+Blue) = 202+87+142=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA578E is #35A871. Grayscale: #7F7F7F. Windows color (decimal): -3516530 or 9328586. OLE color: 9328586.

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

Color convert

RGB20287142-
CMYK00.570.300.21
HSL331.3º52.04%56.67%-
HSV(B)331.3º56.93%79.22%-
XYZ32.6521.3327.99-
YUV127.65136.1181.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=46.87%
G=20.19%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028714200.570.300.21331.352.0456.67
HexCA578E0391E1514b3439
Octal31212721607136255136471
Binary1100101010101111000111001110011111010101101001011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA578E; }

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

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

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

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

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

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

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

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