#D6AB94

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

Shades of Cashmere #D6AB94

Tints of Cashmere #D6AB94

Color information

#D6AB94 (or 0xD6AB94) is unknown color: approx Cashmere. HEX triplet: D6, AB and 94. RGB value is (214,171,148). Sum of RGB (Red+Green+Blue) = 214+171+148=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB94 is #29546B. Grayscale: #B5B5B5. Windows color (decimal): -2708588 or 9743318. OLE color: 9743318.

HSL color Cylindrical-coordinate representation of color #D6AB94: 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 #D6AB94 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214171148-
CMYK00.200.310.16
HSL20.91º44.59%70.98%-
HSV(B)20.91º30.84%83.92%-
XYZ47.6445.5634.3-
YUV181.24109.25151.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=40.15%
G=32.08%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417114800.200.310.1620.9144.5970.98
HexD6AB940141F10152d47
Octal32625322402437202555107
Binary1101011010101011100101000101001111110000101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB94; }

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

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

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

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

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

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

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

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