#CD5C62

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

Shades of Mandy #CD5C62

Tints of Mandy #CD5C62

Color information

#CD5C62 (or 0xCD5C62) is unknown color: approx Mandy. HEX triplet: CD, 5C and 62. RGB value is (205,92,98). Sum of RGB (Red+Green+Blue) = 205+92+98=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C62 is #32A39D. Grayscale: #7E7E7E. Windows color (decimal): -3318686 or 6446285. OLE color: 6446285.

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

Color convert

RGB2059298-
CMYK00.550.520.20
HSL356.81º53.05%58.24%-
HSV(B)356.81º55.12%80.39%-
XYZ31.2121.5214.06-
YUV126.47111.94184.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=51.90%
G=23.29%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205929800.550.520.20356.8153.0558.24
HexCD5C620373414165353a
Octal31513414206764245456572
Binary1100110110111001100010011011111010010100101100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C62; }

 p { color: rgb(205,92,98); }

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

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

 a { background-color: rgb(205,92,98); }

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

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

 span { border-color: rgb(205,92,98); }

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