#D1B198

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

Shades of Cashmere #D1B198

Tints of Cashmere #D1B198

Color information

#D1B198 (or 0xD1B198) is unknown color: approx Cashmere. HEX triplet: D1, B1 and 98. RGB value is (209,177,152). Sum of RGB (Red+Green+Blue) = 209+177+152=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B198 is #2E4E67. Grayscale: #B7B7B7. Windows color (decimal): -3034728 or 10006993. OLE color: 10006993.

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

Color convert

RGB209177152-
CMYK00.150.270.18
HSL26.32º38.26%70.78%-
HSV(B)26.32º27.27%81.96%-
XYZ47.6847.2736.32-
YUV183.72110.1146.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=38.85%
G=32.90%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917715200.150.270.1826.3238.2670.78
HexD1B1980F1B121a2647
Octal32126123001733223246107
Binary110100011011000110011000011111101110010110101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B198; }

 p { color: rgb(209,177,152); }

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

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

 a { background-color: rgb(209,177,152); }

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

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

 span { border-color: rgb(209,177,152); }

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