#CA56A6

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

Shades of Mulberry #CA56A6

Tints of Mulberry #CA56A6

Color information

#CA56A6 (or 0xCA56A6) is unknown color: approx Mulberry. HEX triplet: CA, 56 and A6. RGB value is (202,86,166). Sum of RGB (Red+Green+Blue) = 202+86+166=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA56A6 is #35A959. Grayscale: #818181. Windows color (decimal): -3516762 or 10901194. OLE color: 10901194.

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

Color convert

RGB20286166-
CMYK00.570.180.21
HSL318.62º52.25%56.47%-
HSV(B)318.62º57.43%79.22%-
XYZ34.5721.9738.49-
YUV129.8148.43179.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 86 (33.98% from 255) = 18.94%
BLUE value IS 166 (65.23% from 255) = 36.56%
R=44.49%
G=18.94%
B=36.56%

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
Decimal2028616600.570.180.21318.6252.2556.47
HexCA56A6039121513f3438
Octal31212624607122254776470
Binary1100101010101101010011001110011001010101100111111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56A6; }

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

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

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

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

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

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

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

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