#D8B192

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

Shades of Cashmere #D8B192

Tints of Cashmere #D8B192

Color information

#D8B192 (or 0xD8B192) is unknown color: approx Cashmere. HEX triplet: D8, B1 and 92. RGB value is (216,177,146). Sum of RGB (Red+Green+Blue) = 216+177+146=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B192 is #274E6D. Grayscale: #B9B9B9. Windows color (decimal): -2575982 or 9613784. OLE color: 9613784.

HSL color Cylindrical-coordinate representation of color #D8B192: hue angle of 26.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8B192 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216177146-
CMYK00.180.320.15
HSL26.57º47.3%70.98%-
HSV(B)26.57º32.41%84.71%-
XYZ49.2348.1233.89-
YUV185.13105.92150.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=40.07%
G=32.84%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617714600.180.320.1526.5747.370.98
HexD8B19201220F1b2f47
Octal33026122202240173357107
Binary1101100010110001100100100100101000001111110111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B192; }

 p { color: rgb(216,177,146); }

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

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

 a { background-color: rgb(216,177,146); }

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

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

 span { border-color: rgb(216,177,146); }

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