Html Css Color HEX #D6ACB1 Pale Chestnut

📋 copy color: '#D6ACB1'

red 214 ◦ green 172 ◦ blue 177

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

Shades of Pale Chestnut #D6ACB1

Tints of Pale Chestnut #D6ACB1

RGB

 RED value IS 214 (83.98% from 255) = 38.01%

 GREEN value IS 172 (67.58% from 255) = 30.55%

 BLUE value IS 177 (69.53% from 255) = 31.44%

R = 38.01%
G = 30.55%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6ACB1 (or 0xD6ACB1) is known color: Pale Chestnut. HEX triplet: D6, AC and B1. RGB value is (214,172,177). Sum of RGB (Red+Green+Blue) = 214+172+177=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACB1 is #29534E. Grayscale: #B9B9B9. Windows color (decimal): -2708303 or 11644118. OLE color: 11644118.

HSL color Cylindrical-coordinate representation of color #D6ACB1: hue angle of 352.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACB1 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 172 177 -
CMYK 0 0.20 0.17 0.16
HSL 352.86º 0.34% 0.76% -
HSV(B) 352.86º 0.2% 0.84% -
XYZ 50.42 46.98 48 -
YUV 185.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 214 172 177 0 0.20 0.17 0.16 352.86 0.34 0.76
Hex D6 AC B1 0 14 11 10 161 22 4C
Octal 326 254 261 0 24 21 20 541 42 114
Binary 11010110 10101100 10110001 0 10100 10001 10000 101100001 100010 1001100

Color Harmonies of #D6ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACB1

Black with #D6ACB1

Text Example


Text Example

White with #D6ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACB1; }

 p { color: rgb(214,172,177); }

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

background-color css

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

 a { background-color: rgb(214,172,177); }

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

border-color css

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

 span { border-color: rgb(214,172,177); }

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