#D1697D

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

Shades of Charm #D1697D

Tints of Charm #D1697D

Color information

#D1697D (or 0xD1697D) is unknown color: approx Charm. HEX triplet: D1, 69 and 7D. RGB value is (209,105,125). Sum of RGB (Red+Green+Blue) = 209+105+125=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1697D is #2E9682. Grayscale: #8A8A8A. Windows color (decimal): -3053187 or 8219089. OLE color: 8219089.

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

Color convert

RGB209105125-
CMYK00.500.400.18
HSL348.46º53.06%61.57%-
HSV(B)348.46º49.76%81.96%-
XYZ35.0525.1422.41-
YUV138.38120.46178.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.61%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 125 (49.22% from 255) = 28.47%
R=47.61%
G=23.92%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910512500.500.400.18348.4653.0661.57
HexD1697D032281215c353e
Octal32115117506250225346576
Binary1101000111010011111101011001010100010010101011100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1697D; }

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

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

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

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

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

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

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

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