#CA4A89

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

Shades of Mulberry #CA4A89

Tints of Mulberry #CA4A89

Color information

#CA4A89 (or 0xCA4A89) is unknown color: approx Mulberry. HEX triplet: CA, 4A and 89. RGB value is (202,74,137). Sum of RGB (Red+Green+Blue) = 202+74+137=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A89 is #35B576. Grayscale: #777777. Windows color (decimal): -3519863 or 8997578. OLE color: 8997578.

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

Color convert

RGB20274137-
CMYK00.630.320.21
HSL330.47º54.7%54.12%-
HSV(B)330.47º63.37%79.22%-
XYZ31.3219.2625.73-
YUV119.45137.91186.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=48.91%
G=17.92%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027413700.630.320.21330.4754.754.12
HexCA4A8903F201514a3736
Octal31211221107740255126766
Binary11001010100101010001001011111110000010101101001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A89; }

 p { color: rgb(202,74,137); }

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

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

 a { background-color: rgb(202,74,137); }

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

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

 span { border-color: rgb(202,74,137); }

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