#CA4887

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

Shades of Mulberry #CA4887

Tints of Mulberry #CA4887

Color information

#CA4887 (or 0xCA4887) is unknown color: approx Mulberry. HEX triplet: CA, 48 and 87. RGB value is (202,72,135). Sum of RGB (Red+Green+Blue) = 202+72+135=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4887 is #35B778. Grayscale: #757575. Windows color (decimal): -3520377 or 8865994. OLE color: 8865994.

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

Color convert

RGB20272135-
CMYK00.640.330.21
HSL330.92º55.08%53.73%-
HSV(B)330.92º64.36%79.22%-
XYZ31.0518.9424.94-
YUV118.05137.57187.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=49.39%
G=17.60%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027213500.640.330.21330.9255.0853.73
HexCA4887040211514b3736
Octal312110207010041255136766
Binary110010101001000100001110100000010000110101101001011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4887; }

 p { color: rgb(202,72,135); }

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

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

 a { background-color: rgb(202,72,135); }

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

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

 span { border-color: rgb(202,72,135); }

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