#CA5599

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

Shades of Mulberry #CA5599

Tints of Mulberry #CA5599

Color information

#CA5599 (or 0xCA5599) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 99. RGB value is (202,85,153). Sum of RGB (Red+Green+Blue) = 202+85+153=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5599 is #35AA66. Grayscale: #7F7F7F. Windows color (decimal): -3517031 or 10048970. OLE color: 10048970.

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

Color convert

RGB20285153-
CMYK00.580.240.21
HSL325.13º52.47%56.27%-
HSV(B)325.13º57.92%79.22%-
XYZ33.3621.3532.5-
YUV127.73142.26180.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 85 (33.59% from 255) = 19.32%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=45.91%
G=19.32%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028515300.580.240.21325.1352.4756.27
HexCA559903A18151453438
Octal31212523107230255056470
Binary1100101010101011001100101110101100010101101000101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5599; }

 p { color: rgb(202,85,153); }

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

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

 a { background-color: rgb(202,85,153); }

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

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

 span { border-color: rgb(202,85,153); }

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