#CA4D85

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

Shades of Mulberry #CA4D85

Tints of Mulberry #CA4D85

Color information

#CA4D85 (or 0xCA4D85) is unknown color: approx Mulberry. HEX triplet: CA, 4D and 85. RGB value is (202,77,133). Sum of RGB (Red+Green+Blue) = 202+77+133=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D85 is #35B27A. Grayscale: #787878. Windows color (decimal): -3519099 or 8736202. OLE color: 8736202.

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

Color convert

RGB20277133-
CMYK00.620.340.21
HSL333.12º54.11%54.71%-
HSV(B)333.12º61.88%79.22%-
XYZ31.2419.5624.32-
YUV120.76134.91185.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 77 (30.47% from 255) = 18.69%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=49.03%
G=18.69%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027713300.620.340.21333.1254.1154.71
HexCA4D8503E221514d3637
Octal31211520507642255156667
Binary11001010100110110000101011111010001010101101001101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4D85; }

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

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

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

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

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

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

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

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