#CD455B

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

Shades of Mandy #CD455B

Tints of Mandy #CD455B

Color information

#CD455B (or 0xCD455B) is unknown color: approx Mandy. HEX triplet: CD, 45 and 5B. RGB value is (205,69,91). Sum of RGB (Red+Green+Blue) = 205+69+91=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD455B is #32BAA4. Grayscale: #707070. Windows color (decimal): -3324581 or 5981645. OLE color: 5981645.

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

Color convert

RGB2056991-
CMYK00.660.560.20
HSL350.29º57.63%53.73%-
HSV(B)350.29º66.34%80.39%-
XYZ29.1917.9911.83-
YUV112.17116.06194.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.16%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=56.16%
G=18.90%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205699100.660.560.20350.2957.6353.73
HexCD455B042381415e3a36
Octal315105133010270245367266
Binary11001101100010110110110100001011100010100101011110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD455B; }

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

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

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

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

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

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

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

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