#CD434E

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

Shades of Mandy #CD434E

Tints of Mandy #CD434E

Color information

#CD434E (or 0xCD434E) is unknown color: approx Mandy. HEX triplet: CD, 43 and 4E. RGB value is (205,67,78). Sum of RGB (Red+Green+Blue) = 205+67+78=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD434E is #32BCB1. Grayscale: #6D6D6D. Windows color (decimal): -3325106 or 5129165. OLE color: 5129165.

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

Color convert

RGB2056778-
CMYK00.670.620.20
HSL355.22º57.98%53.33%-
HSV(B)355.22º67.32%80.39%-
XYZ28.5617.549.09-
YUV109.52110.22196.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.57%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=58.57%
G=19.14%
B=22.29%

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
Decimal205677800.670.620.20355.2257.9853.33
HexCD434E0433E141633a35
Octal315103116010376245437265
Binary11001101100001110011100100001111111010100101100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD434E; }

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

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

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

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

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

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

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

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