#CA589A

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

Shades of Mulberry #CA589A

Tints of Mulberry #CA589A

Color information

#CA589A (or 0xCA589A) is unknown color: approx Mulberry. HEX triplet: CA, 58 and 9A. RGB value is (202,88,154). Sum of RGB (Red+Green+Blue) = 202+88+154=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA589A is #35A765. Grayscale: #818181. Windows color (decimal): -3516262 or 10115274. OLE color: 10115274.

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

Color convert

RGB20288154-
CMYK00.560.240.21
HSL325.26º51.82%56.86%-
HSV(B)325.26º56.44%79.22%-
XYZ33.6821.8733.02-
YUV129.61141.77179.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 88 (34.77% from 255) = 19.82%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=45.50%
G=19.82%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028815400.560.240.21325.2651.8256.86
HexCA589A03818151453439
Octal31213023207030255056471
Binary1100101010110001001101001110001100010101101000101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA589A; }

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

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

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

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

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

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

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

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