#CD5258

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

Shades of Mandy #CD5258

Tints of Mandy #CD5258

Color information

#CD5258 (or 0xCD5258) is unknown color: approx Mandy. HEX triplet: CD, 52 and 58. RGB value is (205,82,88). Sum of RGB (Red+Green+Blue) = 205+82+88=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5258 is #32ADA7. Grayscale: #777777. Windows color (decimal): -3321256 or 5788365. OLE color: 5788365.

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

Color convert

RGB2058288-
CMYK00.60.570.20
HSL357.07º55.16%56.27%-
HSV(B)357.07º60%80.39%-
XYZ29.9619.7211.46-
YUV119.46110.25189.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.67%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=54.67%
G=21.87%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205828800.60.570.20357.0755.1656.27
HexCD525803C39141653738
Octal31512213007471245456770
Binary1100110110100101011000011110011100110100101100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5258; }

 p { color: rgb(205,82,88); }

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

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

 a { background-color: rgb(205,82,88); }

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

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

 span { border-color: rgb(205,82,88); }

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