#CD717E

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

Shades of Charm #CD717E

Tints of Charm #CD717E

Color information

#CD717E (or 0xCD717E) is unknown color: approx Charm. HEX triplet: CD, 71 and 7E. RGB value is (205,113,126). Sum of RGB (Red+Green+Blue) = 205+113+126=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD717E is #328E81. Grayscale: #8E8E8E. Windows color (decimal): -3313282 or 8286669. OLE color: 8286669.

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

Color convert

RGB205113126-
CMYK00.450.390.20
HSL351.52º47.92%62.35%-
HSV(B)351.52º44.88%80.39%-
XYZ34.8526.322.98-
YUV141.99118.98172.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=46.17%
G=25.45%
B=28.38%

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
Decimal20511312600.450.390.20351.5247.9262.35
HexCD717E02D2714160303e
Octal31516117605547245406076
Binary1100110111100011111110010110110011110100101100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD717E; }

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

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

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

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

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

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

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

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