#D6B295

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

Shades of Cashmere #D6B295

Tints of Cashmere #D6B295

Color information

#D6B295 (or 0xD6B295) is unknown color: approx Cashmere. HEX triplet: D6, B2 and 95. RGB value is (214,178,149). Sum of RGB (Red+Green+Blue) = 214+178+149=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B295 is #294D6A. Grayscale: #B9B9B9. Windows color (decimal): -2706795 or 9810646. OLE color: 9810646.

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

Color convert

RGB214178149-
CMYK00.170.300.16
HSL26.77º44.22%71.18%-
HSV(B)26.77º30.37%83.92%-
XYZ49.0848.3135.17-
YUV185.46107.43148.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=39.56%
G=32.90%
B=27.54%

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
Decimal21417814900.170.300.1626.7744.2271.18
HexD6B2950111E101b2c47
Octal32626222502136203354107
Binary1101011010110010100101010100011111010000110111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B295; }

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

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

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

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

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

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

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

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