#CD5557

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

Shades of Mandy #CD5557

Tints of Mandy #CD5557

Color information

#CD5557 (or 0xCD5557) is unknown color: approx Mandy. HEX triplet: CD, 55 and 57. RGB value is (205,85,87). Sum of RGB (Red+Green+Blue) = 205+85+87=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5557 is #32AAA8. Grayscale: #797979. Windows color (decimal): -3320489 or 5723597. OLE color: 5723597.

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

Color convert

RGB2058587-
CMYK00.590.580.20
HSL359º54.55%56.86%-
HSV(B)359º58.54%80.39%-
XYZ30.1520.1611.32-
YUV121.11108.76187.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=54.38%
G=22.55%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205858700.590.580.2035954.5556.86
HexCD555703B3A141673739
Octal31512512707372245476771
Binary1100110110101011010111011101111101010100101100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5557; }

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

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

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

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

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

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

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

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