#D2AB95

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

Shades of Cashmere #D2AB95

Tints of Cashmere #D2AB95

Color information

#D2AB95 (or 0xD2AB95) is unknown color: approx Cashmere. HEX triplet: D2, AB and 95. RGB value is (210,171,149). Sum of RGB (Red+Green+Blue) = 210+171+149=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB95 is #2D546A. Grayscale: #B4B4B4. Windows color (decimal): -2970731 or 9808850. OLE color: 9808850.

HSL color Cylindrical-coordinate representation of color #D2AB95: hue angle of 21.64º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2AB95 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB210171149-
CMYK00.190.290.18
HSL21.64º40.4%70.39%-
HSV(B)21.64º29.05%82.35%-
XYZ46.574534.66-
YUV180.15110.42149.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=39.62%
G=32.26%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017114900.190.290.1821.6440.470.39
HexD2AB950131D12162846
Octal32225322502335222650106
Binary1101001010101011100101010100111110110010101101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AB95; }

 p { color: rgb(210,171,149); }

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

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

 a { background-color: rgb(210,171,149); }

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

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

 span { border-color: rgb(210,171,149); }

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