#CA588E

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

Shades of Mulberry #CA588E

Tints of Mulberry #CA588E

Color information

#CA588E (or 0xCA588E) is unknown color: approx Mulberry. HEX triplet: CA, 58 and 8E. RGB value is (202,88,142). Sum of RGB (Red+Green+Blue) = 202+88+142=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA588E is #35A771. Grayscale: #808080. Windows color (decimal): -3516274 or 9328842. OLE color: 9328842.

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

Color convert

RGB20288142-
CMYK00.560.300.21
HSL331.58º51.82%56.86%-
HSV(B)331.58º56.44%79.22%-
XYZ32.7321.4928.01-
YUV128.24135.77180.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=46.76%
G=20.37%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028814200.560.300.21331.5851.8256.86
HexCA588E0381E1514c3439
Octal31213021607036255146471
Binary1100101010110001000111001110001111010101101001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA588E; }

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

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

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

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

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

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

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

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