#CD3E5B

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

Shades of Mandy #CD3E5B

Tints of Mandy #CD3E5B

Color information

#CD3E5B (or 0xCD3E5B) is unknown color: approx Mandy. HEX triplet: CD, 3E and 5B. RGB value is (205,62,91). Sum of RGB (Red+Green+Blue) = 205+62+91=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E5B is #32C1A4. Grayscale: #6C6C6C. Windows color (decimal): -3326373 or 5979853. OLE color: 5979853.

HSL color Cylindrical-coordinate representation of color #CD3E5B: hue angle of 347.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E5B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB2056291-
CMYK00.700.560.20
HSL347.83º58.85%52.35%-
HSV(B)347.83º69.76%80.39%-
XYZ28.7917.1811.7-
YUV108.06118.38197.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.26%
GREEN value IS 62 (24.61% from 255) = 17.32%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=57.26%
G=17.32%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205629100.700.560.20347.8358.8552.35
HexCD3E5B046381415c3b34
Octal31576133010670245347364
Binary1100110111111010110110100011011100010100101011100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E5B; }

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

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

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

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

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

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

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

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