#D5B192

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

Shades of Cashmere #D5B192

Tints of Cashmere #D5B192

Color information

#D5B192 (or 0xD5B192) is unknown color: approx Cashmere. HEX triplet: D5, B1 and 92. RGB value is (213,177,146). Sum of RGB (Red+Green+Blue) = 213+177+146=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B192 is #2A4E6D. Grayscale: #B8B8B8. Windows color (decimal): -2772590 or 9613781. OLE color: 9613781.

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

Color convert

RGB213177146-
CMYK00.170.310.16
HSL27.76º44.37%70.39%-
HSV(B)27.76º31.46%83.53%-
XYZ48.3547.6733.85-
YUV184.23106.43148.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 146 (57.42% from 255) = 27.24%
R=39.74%
G=33.02%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317714600.170.310.1627.7644.3770.39
HexD5B1920111F101c2c46
Octal32526122202137203454106
Binary1101010110110001100100100100011111110000111001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B192; }

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

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

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

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

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

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

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

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