#D7AC98

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

Shades of Cashmere #D7AC98

Tints of Cashmere #D7AC98

Color information

#D7AC98 (or 0xD7AC98) is unknown color: approx Cashmere. HEX triplet: D7, AC and 98. RGB value is (215,172,152). Sum of RGB (Red+Green+Blue) = 215+172+152=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC98 is #285367. Grayscale: #B6B6B6. Windows color (decimal): -2642792 or 10005719. OLE color: 10005719.

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

Color convert

RGB215172152-
CMYK00.20.290.16
HSL19.05º44.06%71.96%-
HSV(B)19.05º29.3%84.31%-
XYZ48.4446.2236.07-
YUV182.58110.75151.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.89%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 152 (59.77% from 255) = 28.20%
R=39.89%
G=31.91%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517215200.20.290.1619.0544.0671.96
HexD7AC980141D10132c48
Octal32725423002435202354110
Binary1101011110101100100110000101001110110000100111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC98; }

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

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

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

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

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

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

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

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