#CD555B

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

Shades of Mandy #CD555B

Tints of Mandy #CD555B

Color information

#CD555B (or 0xCD555B) is unknown color: approx Mandy. HEX triplet: CD, 55 and 5B. RGB value is (205,85,91). Sum of RGB (Red+Green+Blue) = 205+85+91=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD555B is #32AAA4. Grayscale: #797979. Windows color (decimal): -3320485 or 5985741. OLE color: 5985741.

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

Color convert

RGB2058591-
CMYK00.590.560.20
HSL357º54.55%56.86%-
HSV(B)357º58.54%80.39%-
XYZ30.3120.2312.2-
YUV121.56110.76187.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.81%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=53.81%
G=22.31%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205859100.590.560.2035754.5556.86
HexCD555B03B38141653739
Octal31512513307370245456771
Binary1100110110101011011011011101111100010100101100101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD555B; }

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

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

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

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

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

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

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

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