#CD5D64

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

Shades of Mandy #CD5D64

Tints of Mandy #CD5D64

Color information

#CD5D64 (or 0xCD5D64) is unknown color: approx Mandy. HEX triplet: CD, 5D and 64. RGB value is (205,93,100). Sum of RGB (Red+Green+Blue) = 205+93+100=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D64 is #32A29B. Grayscale: #7F7F7F. Windows color (decimal): -3318428 or 6577613. OLE color: 6577613.

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

Color convert

RGB20593100-
CMYK00.550.510.20
HSL356.25º52.83%58.43%-
HSV(B)356.25º54.63%80.39%-
XYZ31.3921.7314.6-
YUV127.29112.61183.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=51.51%
G=23.37%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059310000.550.510.20356.2552.8358.43
HexCD5D640373314164353a
Octal31513514406763245446572
Binary1100110110111011100100011011111001110100101100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D64; }

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

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

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

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

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

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

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

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