Html Css Color HEX #D7B191 Cashmere

📋 copy color: '#D7B191'

red 215 ◦ green 177 ◦ blue 145

#D7B191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #D7B191

Tints of Cashmere #D7B191

RGB

 RED value IS 215 (84.38% from 255) = 40.04%

 GREEN value IS 177 (69.53% from 255) = 32.96%

 BLUE value IS 145 (57.03% from 255) = 27%

R = 40.04%
G = 32.96%
B = 27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7B191 (or 0xD7B191) is known color: Cashmere. HEX triplet: D7, B1 and 91. RGB value is (215,177,145). Sum of RGB (Red+Green+Blue) = 215+177+145=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B191 is #284E6E. Grayscale: #B8B8B8. Windows color (decimal): -2641519 or 9548247. OLE color: 9548247.

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

Color convert

RGB 215 177 145 -
CMYK 0 0.18 0.33 0.16
HSL 27.43º 0.47% 0.71% -
HSV(B) 27.43º 0.33% 0.84% -
XYZ 48.86 47.94 33.47 -
YUV 184.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 215 177 145 0 0.18 0.33 0.16 27.43 0.47 0.71
Hex D7 B1 91 0 12 21 10 1B 2F 47
Octal 327 261 221 0 22 41 20 33 57 107
Binary 11010111 10110001 10010001 0 10010 100001 10000 11011 101111 1000111

Color Harmonies of #D7B191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B191

Black with #D7B191

Text Example


Text Example

White with #D7B191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B191; }

 p { color: rgb(215,177,145); }

 H1.HeaderClassName
 {
   color: #D7B191;
 }
 .AnyTagClassName
 {
   color: #D7B191;
 }
</style>

background-color css

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

 a { background-color: rgb(215,177,145); }

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

border-color css

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

 span { border-color: rgb(215,177,145); }

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