#CA4987

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

Shades of Mulberry #CA4987

Tints of Mulberry #CA4987

Color information

#CA4987 (or 0xCA4987) is unknown color: approx Mulberry. HEX triplet: CA, 49 and 87. RGB value is (202,73,135). Sum of RGB (Red+Green+Blue) = 202+73+135=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4987 is #35B678. Grayscale: #767676. Windows color (decimal): -3520121 or 8866250. OLE color: 8866250.

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

Color convert

RGB20273135-
CMYK00.640.330.21
HSL331.16º54.89%53.92%-
HSV(B)331.16º63.86%79.22%-
XYZ31.1119.0724.96-
YUV118.64137.24187.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 73 (28.91% from 255) = 17.80%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=49.27%
G=17.80%
B=32.93%

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
Decimal2027313500.640.330.21331.1654.8953.92
HexCA4987040211514b3736
Octal312111207010041255136766
Binary110010101001001100001110100000010000110101101001011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4987; }

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

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

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

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

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

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

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

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