#D6AB8E

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

Shades of Cashmere #D6AB8E

Tints of Cashmere #D6AB8E

Color information

#D6AB8E (or 0xD6AB8E) is unknown color: approx Cashmere. HEX triplet: D6, AB and 8E. RGB value is (214,171,142). Sum of RGB (Red+Green+Blue) = 214+171+142=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB8E is #295471. Grayscale: #B4B4B4. Windows color (decimal): -2708594 or 9350102. OLE color: 9350102.

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

Color convert

RGB214171142-
CMYK00.200.340.16
HSL24.17º46.75%69.8%-
HSV(B)24.17º33.64%83.92%-
XYZ47.1845.3731.86-
YUV180.55106.25151.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=40.61%
G=32.45%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417114200.200.340.1624.1746.7569.8
HexD6AB8E0142210182f46
Octal32625321602442203057106
Binary11010110101010111000111001010010001010000110001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB8E; }

 p { color: rgb(214,171,142); }

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

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

 a { background-color: rgb(214,171,142); }

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

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

 span { border-color: rgb(214,171,142); }

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