#CA4E95

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

Shades of Mulberry #CA4E95

Tints of Mulberry #CA4E95

Color information

#CA4E95 (or 0xCA4E95) is unknown color: approx Mulberry. HEX triplet: CA, 4E and 95. RGB value is (202,78,149). Sum of RGB (Red+Green+Blue) = 202+78+149=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4E95 is #35B16A. Grayscale: #7B7B7B. Windows color (decimal): -3518827 or 9785034. OLE color: 9785034.

HSL color Cylindrical-coordinate representation of color #CA4E95: hue angle of 325.65º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4E95 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20278149-
CMYK00.610.260.21
HSL325.65º53.91%54.9%-
HSV(B)325.65º61.39%79.22%-
XYZ32.5120.1830.61-
YUV123.17142.58184.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=47.09%
G=18.18%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027814900.610.260.21325.6553.9154.9
HexCA4E9503D1A151463637
Octal31211622507532255066667
Binary1100101010011101001010101111011101010101101000110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4E95; }

 p { color: rgb(202,78,149); }

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

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

 a { background-color: rgb(202,78,149); }

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

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

 span { border-color: rgb(202,78,149); }

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