#D6AB92

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

Shades of Cashmere #D6AB92

Tints of Cashmere #D6AB92

Color information

#D6AB92 (or 0xD6AB92) is unknown color: approx Cashmere. HEX triplet: D6, AB and 92. RGB value is (214,171,146). Sum of RGB (Red+Green+Blue) = 214+171+146=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB92 is #29546D. Grayscale: #B5B5B5. Windows color (decimal): -2708590 or 9612246. OLE color: 9612246.

HSL color Cylindrical-coordinate representation of color #D6AB92: hue angle of 22.06º degrees, saturation: 0.45, 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 #D6AB92 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214171146-
CMYK00.200.320.16
HSL22.06º45.33%70.59%-
HSV(B)22.06º31.78%83.92%-
XYZ47.4845.533.47-
YUV181.01108.25151.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=40.30%
G=32.20%
B=27.50%

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
Decimal21417114600.200.320.1622.0645.3370.59
HexD6AB920142010162d47
Octal32625322202440202655107
Binary11010110101010111001001001010010000010000101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB92; }

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

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

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

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

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

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

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

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