#CD5560

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

Shades of Mandy #CD5560

Tints of Mandy #CD5560

Color information

#CD5560 (or 0xCD5560) is unknown color: approx Mandy. HEX triplet: CD, 55 and 60. RGB value is (205,85,96). Sum of RGB (Red+Green+Blue) = 205+85+96=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5560 is #32AA9F. Grayscale: #7A7A7A. Windows color (decimal): -3320480 or 6313421. OLE color: 6313421.

HSL color Cylindrical-coordinate representation of color #CD5560: hue angle of 354.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD5560 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB2058596-
CMYK00.590.530.20
HSL354.5º54.55%56.86%-
HSV(B)354.5º58.54%80.39%-
XYZ30.5420.3213.38-
YUV122.13113.26187.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.11%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=53.11%
G=22.02%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205859600.590.530.20354.554.5556.86
HexCD556003B35141623739
Octal31512514007365245426771
Binary1100110110101011100000011101111010110100101100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5560; }

 p { color: rgb(205,85,96); }

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

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

 a { background-color: rgb(205,85,96); }

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

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

 span { border-color: rgb(205,85,96); }

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