#ca539b

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

Shades of Mulberry #CA539B

Tints of Mulberry #CA539B

Color information

#CA539B (or 0xCA539B) is unknown color: approx Mulberry. HEX triplet: CA, 53 and 9B. RGB value is (202,83,155). Sum of RGB (Red+Green+Blue) = 202+83+155=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA539B is #35AC64. Grayscale: #7E7E7E. Windows color (decimal): -3517541 or 10179530. OLE color: 10179530.

HSL color Cylindrical-coordinate representation of color #CA539B: hue angle of 323.7º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA539B is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB20283155-
CMYK00.590.230.21
HSL323.7º52.89%55.88%-
HSV(B)323.7º58.91%79.22%-
XYZ33.3721.1133.33-
YUV126.79143.92181.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=45.91%
G=18.86%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028315500.590.230.21323.752.8955.88
HexCA539B03B17151443538
Octal31212323307327255046570
Binary1100101010100111001101101110111011110101101000100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca539b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca539b; }

 p { color: rgb(202,83,155); }

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

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

 a { background-color: rgb(202,83,155); }

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

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

 span { border-color: rgb(202,83,155); }

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