#D4B192

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

Shades of Cashmere #D4B192

Tints of Cashmere #D4B192

Color information

#D4B192 (or 0xD4B192) is unknown color: approx Cashmere. HEX triplet: D4, B1 and 92. RGB value is (212,177,146). Sum of RGB (Red+Green+Blue) = 212+177+146=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B192 is #2B4E6D. Grayscale: #B8B8B8. Windows color (decimal): -2838126 or 9613780. OLE color: 9613780.

HSL color Cylindrical-coordinate representation of color #D4B192: hue angle of 28.18º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4B192 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212177146-
CMYK00.170.310.17
HSL28.18º43.42%70.2%-
HSV(B)28.18º31.13%83.14%-
XYZ48.0647.5233.83-
YUV183.93106.6148.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=39.63%
G=33.08%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217714600.170.310.1728.1843.4270.2
HexD4B1920111F111c2b46
Octal32426122202137213453106
Binary1101010010110001100100100100011111110001111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B192; }

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

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

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

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

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

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

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

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