Html Css Color HEX #D8A6B0 Pale Chestnut

📋 copy color: '#D8A6B0'

red 216 ◦ green 166 ◦ blue 176

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

Shades of Pale Chestnut #D8A6B0

Tints of Pale Chestnut #D8A6B0

RGB

 RED value IS 216 (84.77% from 255) = 38.71%

 GREEN value IS 166 (65.23% from 255) = 29.75%

 BLUE value IS 176 (69.14% from 255) = 31.54%

R = 38.71%
G = 29.75%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8A6B0 (or 0xD8A6B0) is known color: Pale Chestnut. HEX triplet: D8, A6 and B0. RGB value is (216,166,176). Sum of RGB (Red+Green+Blue) = 216+166+176=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A6B0 is #27594F. Grayscale: #B6B6B6. Windows color (decimal): -2578768 or 11577048. OLE color: 11577048.

HSL color Cylindrical-coordinate representation of color #D8A6B0: hue angle of 348º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A6B0 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 176 -
CMYK 0 0.23 0.19 0.15
HSL 348º 0.39% 0.75% -
HSV(B) 348º 0.23% 0.85% -
XYZ 49.79 45.01 47.14 -
YUV 182.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 216 166 176 0 0.23 0.19 0.15 348 0.39 0.75
Hex D8 A6 B0 0 17 13 F 15C 27 4B
Octal 330 246 260 0 27 23 17 534 47 113
Binary 11011000 10100110 10110000 0 10111 10011 1111 101011100 100111 1001011

Color Harmonies of #D8A6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6B0

Black with #D8A6B0

Text Example


Text Example

White with #D8A6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6B0; }

 p { color: rgb(216,166,176); }

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

background-color css

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

 a { background-color: rgb(216,166,176); }

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

border-color css

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

 span { border-color: rgb(216,166,176); }

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