#D1AB95

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

Shades of Cashmere #D1AB95

Tints of Cashmere #D1AB95

Color information

#D1AB95 (or 0xD1AB95) is unknown color: approx Cashmere. HEX triplet: D1, AB and 95. RGB value is (209,171,149). Sum of RGB (Red+Green+Blue) = 209+171+149=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB95 is #2E546A. Grayscale: #B3B3B3. Windows color (decimal): -3036267 or 9808849. OLE color: 9808849.

HSL color Cylindrical-coordinate representation of color #D1AB95: hue angle of 22º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1AB95 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209171149-
CMYK00.180.290.18
HSL22º39.47%70.2%-
HSV(B)22º28.71%81.96%-
XYZ46.2844.8534.65-
YUV179.85110.59148.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 171 (67.19% from 255) = 32.33%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=39.51%
G=32.33%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917114900.180.290.182239.4770.2
HexD1AB950121D12162746
Octal32125322502235222647106
Binary1101000110101011100101010100101110110010101101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB95; }

 p { color: rgb(209,171,149); }

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

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

 a { background-color: rgb(209,171,149); }

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

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

 span { border-color: rgb(209,171,149); }

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