#cd435b

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

Shades of Mandy #CD435B

Tints of Mandy #CD435B

Color information

#CD435B (or 0xCD435B) is unknown color: approx Mandy. HEX triplet: CD, 43 and 5B. RGB value is (205,67,91). Sum of RGB (Red+Green+Blue) = 205+67+91=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD435B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD435B is #32BCA4. Grayscale: #6F6F6F. Windows color (decimal): -3325093 or 5981133. OLE color: 5981133.

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

Color convert

RGB2056791-
CMYK00.670.560.20
HSL349.57º57.98%53.33%-
HSV(B)349.57º67.32%80.39%-
XYZ29.0717.7511.79-
YUV111116.72195.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.47%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=56.47%
G=18.46%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205679100.670.560.20349.5757.9853.33
HexCD435B043381415e3a35
Octal315103133010370245367265
Binary11001101100001110110110100001111100010100101011110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd435b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd435b; }

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

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

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

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

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

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

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

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