#D7AC95

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

Shades of Cashmere #D7AC95

Tints of Cashmere #D7AC95

Color information

#D7AC95 (or 0xD7AC95) is unknown color: approx Cashmere. HEX triplet: D7, AC and 95. RGB value is (215,172,149). Sum of RGB (Red+Green+Blue) = 215+172+149=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC95 is #28536A. Grayscale: #B6B6B6. Windows color (decimal): -2642795 or 9809111. OLE color: 9809111.

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

Color convert

RGB215172149-
CMYK00.20.310.16
HSL20.91º45.21%71.37%-
HSV(B)20.91º30.7%84.31%-
XYZ48.246.1234.8-
YUV182.24109.25151.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.11%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=40.11%
G=32.09%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517214900.20.310.1620.9145.2171.37
HexD7AC950141F10152d47
Octal32725422502437202555107
Binary1101011110101100100101010101001111110000101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC95; }

 p { color: rgb(215,172,149); }

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

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

 a { background-color: rgb(215,172,149); }

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

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

 span { border-color: rgb(215,172,149); }

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