#CD717F

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

Shades of Charm #CD717F

Tints of Charm #CD717F

Color information

#CD717F (or 0xCD717F) is unknown color: approx Charm. HEX triplet: CD, 71 and 7F. RGB value is (205,113,127). Sum of RGB (Red+Green+Blue) = 205+113+127=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD717F is #328E80. Grayscale: #8E8E8E. Windows color (decimal): -3313281 or 8352205. OLE color: 8352205.

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

Color convert

RGB205113127-
CMYK00.450.380.20
HSL350.87º47.92%62.35%-
HSV(B)350.87º44.88%80.39%-
XYZ34.9126.3223.32-
YUV142.1119.48172.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 127 (50% from 255) = 28.54%
R=46.07%
G=25.39%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511312700.450.380.20350.8747.9262.35
HexCD717F02D261415f303e
Octal31516117705546245376076
Binary1100110111100011111111010110110011010100101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD717F; }

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

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

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

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

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

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

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

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