#D2B195

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

Shades of Cashmere #D2B195

Tints of Cashmere #D2B195

Color information

#D2B195 (or 0xD2B195) is unknown color: approx Cashmere. HEX triplet: D2, B1 and 95. RGB value is (210,177,149). Sum of RGB (Red+Green+Blue) = 210+177+149=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B195 is #2D4E6A. Grayscale: #B7B7B7. Windows color (decimal): -2969195 or 9810386. OLE color: 9810386.

HSL color Cylindrical-coordinate representation of color #D2B195: hue angle of 27.54º 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 #D2B195 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB210177149-
CMYK00.160.290.18
HSL27.54º40.4%70.39%-
HSV(B)27.54º29.05%82.35%-
XYZ47.7347.3235.05-
YUV183.68108.43146.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=39.18%
G=33.02%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017714900.160.290.1827.5440.470.39
HexD2B1950101D121c2846
Octal32226122502035223450106
Binary1101001010110001100101010100001110110010111001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B195; }

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

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

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

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

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

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

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

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