#D17C80

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

Shades of Charm #D17C80

Tints of Charm #D17C80

Color information

#D17C80 (or 0xD17C80) is unknown color: approx Charm. HEX triplet: D1, 7C and 80. RGB value is (209,124,128). Sum of RGB (Red+Green+Blue) = 209+124+128=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17C80 is #2E837F. Grayscale: #959595. Windows color (decimal): -3048320 or 8420561. OLE color: 8420561.

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

Color convert

RGB209124128-
CMYK00.410.390.18
HSL357.18º48.02%65.29%-
HSV(B)357.18º40.67%81.96%-
XYZ37.429.5324.15-
YUV149.87115.66170.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=45.34%
G=26.90%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912412800.410.390.18357.1848.0265.29
HexD17C8002927121653041
Octal321174200051472254560101
Binary110100011111100100000000101001100111100101011001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17C80; }

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

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

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

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

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

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

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

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