#CD595E

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

Shades of Mandy #CD595E

Tints of Mandy #CD595E

Color information

#CD595E (or 0xCD595E) is unknown color: approx Mandy. HEX triplet: CD, 59 and 5E. RGB value is (205,89,94). Sum of RGB (Red+Green+Blue) = 205+89+94=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD595E is #32A6A1. Grayscale: #7C7C7C. Windows color (decimal): -3319458 or 6183373. OLE color: 6183373.

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

Color convert

RGB2058994-
CMYK00.570.540.20
HSL357.41º53.7%57.65%-
HSV(B)357.41º56.59%80.39%-
XYZ30.7720.9313.01-
YUV124.25110.93185.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.84%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=52.84%
G=22.94%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205899400.570.540.20357.4153.757.65
HexCD595E0393614165363a
Octal31513113607166245456672
Binary1100110110110011011110011100111011010100101100101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD595E; }

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

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

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

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

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

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

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

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