#D1AB94

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

Shades of Cashmere #D1AB94

Tints of Cashmere #D1AB94

Color information

#D1AB94 (or 0xD1AB94) is unknown color: approx Cashmere. HEX triplet: D1, AB and 94. RGB value is (209,171,148). Sum of RGB (Red+Green+Blue) = 209+171+148=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB94 is #2E546B. Grayscale: #B3B3B3. Windows color (decimal): -3036268 or 9743313. OLE color: 9743313.

HSL color Cylindrical-coordinate representation of color #D1AB94: hue angle of 22.62º degrees, saturation: 0.4, 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 #D1AB94 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209171148-
CMYK00.180.290.18
HSL22.62º39.87%70%-
HSV(B)22.62º29.19%81.96%-
XYZ46.244.8234.23-
YUV179.74110.09148.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=39.58%
G=32.39%
B=28.03%

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
Decimal20917114800.180.290.1822.6239.8770
HexD1AB940121D12172846
Octal32125322402235222750106
Binary1101000110101011100101000100101110110010101111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB94; }

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

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

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

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

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

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

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

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