Html Css Color HEX #D1B195 Cashmere

📋 copy color: '#D1B195'

red 209 ◦ green 177 ◦ blue 149

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

Shades of Cashmere #D1B195

Tints of Cashmere #D1B195

RGB

 RED value IS 209 (82.03% from 255) = 39.07%

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

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 39.07%
G = 33.08%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D1B195 (or 0xD1B195) is known color: Cashmere. HEX triplet: D1, B1 and 95. RGB value is (209,177,149). Sum of RGB (Red+Green+Blue) = 209+177+149=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B195 is #2E4E6A. Grayscale: #B7B7B7. Windows color (decimal): -3034731 or 9810385. OLE color: 9810385.

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

Color convert

RGB 209 177 149 -
CMYK 0 0.15 0.29 0.18
HSL 28º 0.39% 0.7% -
HSV(B) 28º 0.29% 0.82% -
XYZ 47.44 47.17 35.04 -
YUV 183.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 209 177 149 0 0.15 0.29 0.18 28 0.39 0.7
Hex D1 B1 95 0 F 1D 12 1C 27 46
Octal 321 261 225 0 17 35 22 34 47 106
Binary 11010001 10110001 10010101 0 1111 11101 10010 11100 100111 1000110

Color Harmonies of #D1B195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B195

Black with #D1B195

Text Example


Text Example

White with #D1B195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B195; }

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

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

background-color css

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

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

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

border-color css

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

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

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