#CD757B

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

Shades of Charm #CD757B

Tints of Charm #CD757B

Color information

#CD757B (or 0xCD757B) is unknown color: approx Charm. HEX triplet: CD, 75 and 7B. RGB value is (205,117,123). Sum of RGB (Red+Green+Blue) = 205+117+123=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD757B is #328A84. Grayscale: #909090. Windows color (decimal): -3312261 or 8091085. OLE color: 8091085.

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

Color convert

RGB205117123-
CMYK00.430.40.20
HSL355.91º46.81%63.14%-
HSV(B)355.91º42.93%80.39%-
XYZ35.1127.1322.13-
YUV144116.15171.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=46.07%
G=26.29%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511712300.430.40.20355.9146.8163.14
HexCD757B02B28141642f3f
Octal31516517305350245445777
Binary1100110111101011111011010101110100010100101100100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD757B; }

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

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

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

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

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

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

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

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