#CA559B

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

Shades of Mulberry #CA559B

Tints of Mulberry #CA559B

Color information

#CA559B (or 0xCA559B) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 9B. RGB value is (202,85,155). Sum of RGB (Red+Green+Blue) = 202+85+155=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA559B is #35AA64. Grayscale: #7F7F7F. Windows color (decimal): -3517029 or 10180042. OLE color: 10180042.

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

Color convert

RGB20285155-
CMYK00.580.230.21
HSL324.1º52.47%56.27%-
HSV(B)324.1º57.92%79.22%-
XYZ33.5221.4233.38-
YUV127.96143.26180.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=45.70%
G=19.23%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028515500.580.230.21324.152.4756.27
HexCA559B03A17151443438
Octal31212523307227255046470
Binary1100101010101011001101101110101011110101101000100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA559B; }

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

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

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

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

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

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

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

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