#CA588A

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

Shades of Mulberry #CA588A

Tints of Mulberry #CA588A

Color information

#CA588A (or 0xCA588A) is unknown color: approx Mulberry. HEX triplet: CA, 58 and 8A. RGB value is (202,88,138). Sum of RGB (Red+Green+Blue) = 202+88+138=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA588A is #35A775. Grayscale: #7F7F7F. Windows color (decimal): -3516278 or 9066698. OLE color: 9066698.

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

Color convert

RGB20288138-
CMYK00.560.320.21
HSL333.68º51.82%56.86%-
HSV(B)333.68º56.44%79.22%-
XYZ32.4321.3726.46-
YUV127.79133.77180.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=47.20%
G=20.56%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028813800.560.320.21333.6851.8256.86
HexCA588A038201514e3439
Octal31213021207040255166471
Binary11001010101100010001010011100010000010101101001110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA588A; }

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

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

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

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

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

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

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

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