#D17B8A

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

Shades of Charm #D17B8A

Tints of Charm #D17B8A

Color information

#D17B8A (or 0xD17B8A) is unknown color: approx Charm. HEX triplet: D1, 7B and 8A. RGB value is (209,123,138). Sum of RGB (Red+Green+Blue) = 209+123+138=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17B8A is #2E8475. Grayscale: #969696. Windows color (decimal): -3048566 or 9075665. OLE color: 9075665.

HSL color Cylindrical-coordinate representation of color #D17B8A: hue angle of 349.53º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17B8A is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB209123138-
CMYK00.410.340.18
HSL349.53º48.31%65.1%-
HSV(B)349.53º41.15%81.96%-
XYZ37.9629.5627.75-
YUV150.42120.99169.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=44.47%
G=26.17%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912313800.410.340.18349.5348.3165.1
HexD17B8A029221215e3041
Octal321173212051422253660101
Binary110100011111011100010100101001100010100101010111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17B8A; }

 p { color: rgb(209,123,138); }

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

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

 a { background-color: rgb(209,123,138); }

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

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

 span { border-color: rgb(209,123,138); }

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