#CA549E

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

Shades of Mulberry #CA549E

Tints of Mulberry #CA549E

Color information

#CA549E (or 0xCA549E) is unknown color: approx Mulberry. HEX triplet: CA, 54 and 9E. RGB value is (202,84,158). Sum of RGB (Red+Green+Blue) = 202+84+158=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA549E is #35AB61. Grayscale: #7F7F7F. Windows color (decimal): -3517282 or 10376394. OLE color: 10376394.

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

Color convert

RGB20284158-
CMYK00.580.220.21
HSL322.37º52.68%56.08%-
HSV(B)322.37º58.42%79.22%-
XYZ33.721.3734.7-
YUV127.72145.09180.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=45.50%
G=18.92%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028415800.580.220.21322.3752.6856.08
HexCA549E03A16151423538
Octal31212423607226255026570
Binary1100101010101001001111001110101011010101101000010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA549E; }

 p { color: rgb(202,84,158); }

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

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

 a { background-color: rgb(202,84,158); }

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

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

 span { border-color: rgb(202,84,158); }

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