#CD5158

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

Shades of Mandy #CD5158

Tints of Mandy #CD5158

Color information

#CD5158 (or 0xCD5158) is unknown color: approx Mandy. HEX triplet: CD, 51 and 58. RGB value is (205,81,88). Sum of RGB (Red+Green+Blue) = 205+81+88=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5158 is #32AEA7. Grayscale: #767676. Windows color (decimal): -3321512 or 5788109. OLE color: 5788109.

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

Color convert

RGB2058188-
CMYK00.600.570.20
HSL356.61º55.36%56.08%-
HSV(B)356.61º60.49%80.39%-
XYZ29.8819.5711.43-
YUV118.87110.58189.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.81%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=54.81%
G=21.66%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205818800.600.570.20356.6155.3656.08
HexCD515803C39141653738
Octal31512113007471245456770
Binary1100110110100011011000011110011100110100101100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5158; }

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

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

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

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

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

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

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

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