#CD757C

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

Shades of Charm #CD757C

Tints of Charm #CD757C

Color information

#CD757C (or 0xCD757C) is unknown color: approx Charm. HEX triplet: CD, 75 and 7C. RGB value is (205,117,124). Sum of RGB (Red+Green+Blue) = 205+117+124=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD757C is #328A83. Grayscale: #909090. Windows color (decimal): -3312260 or 8156621. OLE color: 8156621.

HSL color Cylindrical-coordinate representation of color #CD757C: hue angle of 355.23º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD757C is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205117124-
CMYK00.430.400.20
HSL355.23º46.81%63.14%-
HSV(B)355.23º42.93%80.39%-
XYZ35.1827.1622.46-
YUV144.11116.65171.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=45.96%
G=26.23%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511712400.430.400.20355.2346.8163.14
HexCD757C02B28141632f3f
Octal31516517405350245435777
Binary1100110111101011111100010101110100010100101100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD757C; }

 p { color: rgb(205,117,124); }

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

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

 a { background-color: rgb(205,117,124); }

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

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

 span { border-color: rgb(205,117,124); }

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