#CD434D

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

Shades of Mandy #CD434D

Tints of Mandy #CD434D

Color information

#CD434D (or 0xCD434D) is unknown color: approx Mandy. HEX triplet: CD, 43 and 4D. RGB value is (205,67,77). Sum of RGB (Red+Green+Blue) = 205+67+77=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD434D is #32BCB2. Grayscale: #6D6D6D. Windows color (decimal): -3325107 or 5063629. OLE color: 5063629.

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

Color convert

RGB2056777-
CMYK00.670.620.20
HSL355.65º57.98%53.33%-
HSV(B)355.65º67.32%80.39%-
XYZ28.5217.538.9-
YUV109.4109.72196.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.74%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=58.74%
G=19.20%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205677700.670.620.20355.6557.9853.33
HexCD434D0433E141643a35
Octal315103115010376245447265
Binary11001101100001110011010100001111111010100101100100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD434D; }

 p { color: rgb(205,67,77); }

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

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

 a { background-color: rgb(205,67,77); }

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

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

 span { border-color: rgb(205,67,77); }

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