#D1697C

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

Shades of Charm #D1697C

Tints of Charm #D1697C

Color information

#D1697C (or 0xD1697C) is unknown color: approx Charm. HEX triplet: D1, 69 and 7C. RGB value is (209,105,124). Sum of RGB (Red+Green+Blue) = 209+105+124=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1697C is #2E9683. Grayscale: #8A8A8A. Windows color (decimal): -3053188 or 8153553. OLE color: 8153553.

HSL color Cylindrical-coordinate representation of color #D1697C: hue angle of 349.04º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1697C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB209105124-
CMYK00.500.410.18
HSL349.04º53.06%61.57%-
HSV(B)349.04º49.76%81.96%-
XYZ34.9825.1122.07-
YUV138.26119.96178.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=47.72%
G=23.97%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910512400.500.410.18349.0453.0661.57
HexD1697C032291215d353e
Octal32115117406251225356576
Binary1101000111010011111100011001010100110010101011101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1697C; }

 p { color: rgb(209,105,124); }

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

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

 a { background-color: rgb(209,105,124); }

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

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

 span { border-color: rgb(209,105,124); }

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