#CD5B62

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

Shades of Mandy #CD5B62

Tints of Mandy #CD5B62

Color information

#CD5B62 (or 0xCD5B62) is unknown color: approx Mandy. HEX triplet: CD, 5B and 62. RGB value is (205,91,98). Sum of RGB (Red+Green+Blue) = 205+91+98=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5B62 is #32A49D. Grayscale: #7D7D7D. Windows color (decimal): -3318942 or 6446029. OLE color: 6446029.

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

Color convert

RGB2059198-
CMYK00.560.520.20
HSL356.32º53.27%58.04%-
HSV(B)356.32º55.61%80.39%-
XYZ31.1221.3414.03-
YUV125.88112.27184.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.03%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=52.03%
G=23.10%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205919800.560.520.20356.3253.2758.04
HexCD5B620383414164353a
Octal31513314207064245446572
Binary1100110110110111100010011100011010010100101100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B62; }

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

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

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

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

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

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

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

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