#cd435d

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

Shades of Mandy #CD435D

Tints of Mandy #CD435D

Color information

#CD435D (or 0xCD435D) is unknown color: approx Mandy. HEX triplet: CD, 43 and 5D. RGB value is (205,67,93). Sum of RGB (Red+Green+Blue) = 205+67+93=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD435D is #32BCA2. Grayscale: #6F6F6F. Windows color (decimal): -3325091 or 6112205. OLE color: 6112205.

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

Color convert

RGB2056793-
CMYK00.670.550.20
HSL348.7º57.98%53.33%-
HSV(B)348.7º67.32%80.39%-
XYZ29.1617.7812.25-
YUV111.23117.72194.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.16%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=56.16%
G=18.36%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205679300.670.550.20348.757.9853.33
HexCD435D043371415d3a35
Octal315103135010367245357265
Binary11001101100001110111010100001111011110100101011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd435d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd435d; }

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

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

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

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

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

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

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

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