#CD717D

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

Shades of Charm #CD717D

Tints of Charm #CD717D

Color information

#CD717D (or 0xCD717D) is unknown color: approx Charm. HEX triplet: CD, 71 and 7D. RGB value is (205,113,125). Sum of RGB (Red+Green+Blue) = 205+113+125=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD717D is #328E82. Grayscale: #8D8D8D. Windows color (decimal): -3313283 or 8221133. OLE color: 8221133.

HSL color Cylindrical-coordinate representation of color #CD717D: hue angle of 352.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD717D is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205113125-
CMYK00.450.390.20
HSL352.17º47.92%62.35%-
HSV(B)352.17º44.88%80.39%-
XYZ34.7826.2722.64-
YUV141.88118.48173.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=46.28%
G=25.51%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511312500.450.390.20352.1747.9262.35
HexCD717D02D2714160303e
Octal31516117505547245406076
Binary1100110111100011111101010110110011110100101100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD717D; }

 p { color: rgb(205,113,125); }

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

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

 a { background-color: rgb(205,113,125); }

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

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

 span { border-color: rgb(205,113,125); }

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