#D6B195

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

Shades of Cashmere #D6B195

Tints of Cashmere #D6B195

Color information

#D6B195 (or 0xD6B195) is unknown color: approx Cashmere. HEX triplet: D6, B1 and 95. RGB value is (214,177,149). Sum of RGB (Red+Green+Blue) = 214+177+149=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B195 is #294E6A. Grayscale: #B9B9B9. Windows color (decimal): -2707051 or 9810390. OLE color: 9810390.

HSL color Cylindrical-coordinate representation of color #D6B195: hue angle of 25.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6B195 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214177149-
CMYK00.170.300.16
HSL25.85º44.22%71.18%-
HSV(B)25.85º30.37%83.92%-
XYZ48.8847.9135.11-
YUV184.87107.76148.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=39.63%
G=32.78%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417714900.170.300.1625.8544.2271.18
HexD6B1950111E101a2c47
Octal32626122502136203254107
Binary1101011010110001100101010100011111010000110101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B195; }

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

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

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

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

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

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

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

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