#D7AB93

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

Shades of Cashmere #D7AB93

Tints of Cashmere #D7AB93

Color information

#D7AB93 (or 0xD7AB93) is unknown color: approx Cashmere. HEX triplet: D7, AB and 93. RGB value is (215,171,147). Sum of RGB (Red+Green+Blue) = 215+171+147=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AB93 is #28546C. Grayscale: #B5B5B5. Windows color (decimal): -2643053 or 9677783. OLE color: 9677783.

HSL color Cylindrical-coordinate representation of color #D7AB93: hue angle of 21.18º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7AB93 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB215171147-
CMYK00.200.320.16
HSL21.18º45.95%70.98%-
HSV(B)21.18º31.63%84.31%-
XYZ47.8545.6833.9-
YUV181.42108.58151.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=40.34%
G=32.08%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517114700.200.320.1621.1845.9570.98
HexD7AB930142010152e47
Octal32725322302440202556107
Binary11010111101010111001001101010010000010000101011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB93; }

 p { color: rgb(215,171,147); }

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

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

 a { background-color: rgb(215,171,147); }

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

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

 span { border-color: rgb(215,171,147); }

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