#CA4D8C

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

Shades of Mulberry #CA4D8C

Tints of Mulberry #CA4D8C

Color information

#CA4D8C (or 0xCA4D8C) is unknown color: approx Mulberry. HEX triplet: CA, 4D and 8C. RGB value is (202,77,140). Sum of RGB (Red+Green+Blue) = 202+77+140=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D8C is #35B273. Grayscale: #797979. Windows color (decimal): -3519092 or 9194954. OLE color: 9194954.

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

Color convert

RGB20277140-
CMYK00.620.310.21
HSL329.76º54.11%54.71%-
HSV(B)329.76º61.88%79.22%-
XYZ31.7419.7626.95-
YUV121.56138.41185.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=48.21%
G=18.38%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027714000.620.310.21329.7654.1154.71
HexCA4D8C03E1F1514a3637
Octal31211521407637255126667
Binary1100101010011011000110001111101111110101101001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4D8C; }

 p { color: rgb(202,77,140); }

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

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

 a { background-color: rgb(202,77,140); }

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

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

 span { border-color: rgb(202,77,140); }

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