#cd5d5e

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

Shades of Mandy #CD5D5E

Tints of Mandy #CD5D5E

Color information

#CD5D5E (or 0xCD5D5E) is unknown color: approx Mandy. HEX triplet: CD, 5D and 5E. RGB value is (205,93,94). Sum of RGB (Red+Green+Blue) = 205+93+94=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D5E is #32A2A1. Grayscale: #7E7E7E. Windows color (decimal): -3318434 or 6184397. OLE color: 6184397.

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

Color convert

RGB2059394-
CMYK00.550.540.20
HSL359.46º52.83%58.43%-
HSV(B)359.46º54.63%80.39%-
XYZ31.1121.6213.12-
YUV126.6109.61183.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.30%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=52.30%
G=23.72%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205939400.550.540.20359.4652.8358.43
HexCD5D5E0373614167353a
Octal31513513606766245476572
Binary1100110110111011011110011011111011010100101100111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5d5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5d5e; }

 p { color: rgb(205,93,94); }

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

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

 a { background-color: rgb(205,93,94); }

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

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

 span { border-color: rgb(205,93,94); }

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