#CA56A5

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

Shades of Mulberry #CA56A5

Tints of Mulberry #CA56A5

Color information

#CA56A5 (or 0xCA56A5) is unknown color: approx Mulberry. HEX triplet: CA, 56 and A5. RGB value is (202,86,165). Sum of RGB (Red+Green+Blue) = 202+86+165=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA56A5 is #35A95A. Grayscale: #818181. Windows color (decimal): -3516763 or 10835658. OLE color: 10835658.

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

Color convert

RGB20286165-
CMYK00.570.180.21
HSL319.14º52.25%56.47%-
HSV(B)319.14º57.43%79.22%-
XYZ34.4821.9338.01-
YUV129.69147.93179.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 165 (64.84% from 255) = 36.42%
R=44.59%
G=18.98%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028616500.570.180.21319.1452.2556.47
HexCA56A5039121513f3438
Octal31212624507122254776470
Binary1100101010101101010010101110011001010101100111111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56A5; }

 p { color: rgb(202,86,165); }

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

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

 a { background-color: rgb(202,86,165); }

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

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

 span { border-color: rgb(202,86,165); }

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