Html Css Color HEX #D17C8C Charm

📋 copy color: '#D17C8C'

red 209 ◦ green 124 ◦ blue 140

#D17C8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D17C8C

Tints of Charm #D17C8C

RGB

 RED value IS 209 (82.03% from 255) = 44.19%

 GREEN value IS 124 (48.83% from 255) = 26.22%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 44.19%
G = 26.22%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D17C8C (or 0xD17C8C) is known color: Charm. HEX triplet: D1, 7C and 8C. RGB value is (209,124,140). Sum of RGB (Red+Green+Blue) = 209+124+140=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17C8C is #2E8373. Grayscale: #979797. Windows color (decimal): -3048308 or 9206993. OLE color: 9206993.

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

Color convert

RGB 209 124 140 -
CMYK 0 0.41 0.33 0.18
HSL 348.71º 0.48% 0.65% -
HSV(B) 348.71º 0.41% 0.82% -
XYZ 38.24 29.86 28.56 -
YUV 151.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 209 124 140 0 0.41 0.33 0.18 348.71 0.48 0.65
Hex D1 7C 8C 0 29 21 12 15D 30 41
Octal 321 174 214 0 51 41 22 535 60 101
Binary 11010001 1111100 10001100 0 101001 100001 10010 101011101 110000 1000001

Color Harmonies of #D17C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C8C

Black with #D17C8C

Text Example


Text Example

White with #D17C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C8C; }

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

 H1.HeaderClassName
 {
   color: #D17C8C;
 }
 .AnyTagClassName
 {
   color: #D17C8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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