#CA538E

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

Shades of Mulberry #CA538E

Tints of Mulberry #CA538E

Color information

#CA538E (or 0xCA538E) is unknown color: approx Mulberry. HEX triplet: CA, 53 and 8E. RGB value is (202,83,142). Sum of RGB (Red+Green+Blue) = 202+83+142=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA538E is #35AC71. Grayscale: #7D7D7D. Windows color (decimal): -3517554 or 9327562. OLE color: 9327562.

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

Color convert

RGB20283142-
CMYK00.590.300.21
HSL330.25º52.89%55.88%-
HSV(B)330.25º58.91%79.22%-
XYZ32.3320.727.88-
YUV125.31137.42182.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=47.31%
G=19.44%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028314200.590.300.21330.2552.8955.88
HexCA538E03B1E1514a3538
Octal31212321607336255126570
Binary1100101010100111000111001110111111010101101001010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA538E; }

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

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

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

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

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

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

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

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