#CA5888

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

Shades of Mulberry #CA5888

Tints of Mulberry #CA5888

Color information

#CA5888 (or 0xCA5888) is unknown color: approx Mulberry. HEX triplet: CA, 58 and 88. RGB value is (202,88,136). Sum of RGB (Red+Green+Blue) = 202+88+136=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5888 is #35A777. Grayscale: #7F7F7F. Windows color (decimal): -3516280 or 8935626. OLE color: 8935626.

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

Color convert

RGB20288136-
CMYK00.560.330.21
HSL334.74º51.82%56.86%-
HSV(B)334.74º56.44%79.22%-
XYZ32.2921.3125.7-
YUV127.56132.77181.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=47.42%
G=20.66%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028813600.560.330.21334.7451.8256.86
HexCA5888038211514f3439
Octal31213021007041255176471
Binary11001010101100010001000011100010000110101101001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5888; }

 p { color: rgb(202,88,136); }

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

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

 a { background-color: rgb(202,88,136); }

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

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

 span { border-color: rgb(202,88,136); }

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