#D1697A

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

Shades of Charm #D1697A

Tints of Charm #D1697A

Color information

#D1697A (or 0xD1697A) is unknown color: approx Charm. HEX triplet: D1, 69 and 7A. RGB value is (209,105,122). Sum of RGB (Red+Green+Blue) = 209+105+122=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1697A is #2E9685. Grayscale: #8A8A8A. Windows color (decimal): -3053190 or 8022481. OLE color: 8022481.

HSL color Cylindrical-coordinate representation of color #D1697A: hue angle of 350.19º 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 #D1697A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB209105122-
CMYK00.500.420.18
HSL350.19º53.06%61.57%-
HSV(B)350.19º49.76%81.96%-
XYZ34.8625.0621.41-
YUV138.03118.96178.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.94%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=47.94%
G=24.08%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910512200.500.420.18350.1953.0661.57
HexD1697A0322A1215e353e
Octal32115117206252225366576
Binary1101000111010011111010011001010101010010101011110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1697A; }

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

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

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

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

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

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

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

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