#D6ACB0

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

Shades of Pale Chestnut #D6ACB0

Tints of Pale Chestnut #D6ACB0

Color information

#D6ACB0 (or 0xD6ACB0) is unknown color: approx Pale Chestnut. HEX triplet: D6, AC and B0. RGB value is (214,172,176). Sum of RGB (Red+Green+Blue) = 214+172+176=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACB0 is #29534F. Grayscale: #B9B9B9. Windows color (decimal): -2708304 or 11578582. OLE color: 11578582.

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

Color convert

RGB214172176-
CMYK00.200.180.16
HSL354.29º33.87%75.69%-
HSV(B)354.29º19.63%83.92%-
XYZ50.3246.9447.48-
YUV185.01122.91148.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 176 (69.14% from 255) = 31.32%
R=38.08%
G=30.60%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417217600.200.180.16354.2933.8775.69
HexD6ACB00141210162224c
Octal326254260024222054242114
Binary11010110101011001011000001010010010100001011000101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACB0; }

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

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

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

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

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

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

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

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