#D6AB8F

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

Shades of Cashmere #D6AB8F

Tints of Cashmere #D6AB8F

Color information

#D6AB8F (or 0xD6AB8F) is unknown color: approx Cashmere. HEX triplet: D6, AB and 8F. RGB value is (214,171,143). Sum of RGB (Red+Green+Blue) = 214+171+143=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB8F is #295470. Grayscale: #B4B4B4. Windows color (decimal): -2708593 or 9415638. OLE color: 9415638.

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

Color convert

RGB214171143-
CMYK00.200.330.16
HSL23.66º46.41%70%-
HSV(B)23.66º33.18%83.92%-
XYZ47.2545.4132.26-
YUV180.66106.75151.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=40.53%
G=32.39%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417114300.200.330.1623.6646.4170
HexD6AB8F0142110182e46
Octal32625321702441203056106
Binary11010110101010111000111101010010000110000110001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB8F; }

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

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

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

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

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

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

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

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