#CD5257

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

Shades of Mandy #CD5257

Tints of Mandy #CD5257

Color information

#CD5257 (or 0xCD5257) is unknown color: approx Mandy. HEX triplet: CD, 52 and 57. RGB value is (205,82,87). Sum of RGB (Red+Green+Blue) = 205+82+87=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5257 is #32ADA8. Grayscale: #777777. Windows color (decimal): -3321257 or 5722829. OLE color: 5722829.

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

Color convert

RGB2058287-
CMYK00.60.580.20
HSL357.56º55.16%56.27%-
HSV(B)357.56º60%80.39%-
XYZ29.9119.711.24-
YUV119.35109.75189.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.81%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=54.81%
G=21.93%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205828700.60.580.20357.5655.1656.27
HexCD525703C3A141663738
Octal31512212707472245466770
Binary1100110110100101010111011110011101010100101100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5257; }

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

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

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

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

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

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

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

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