Html Css Color HEX #D1B194 Cashmere

📋 copy color: '#D1B194'

red 209 ◦ green 177 ◦ blue 148

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

Shades of Cashmere #D1B194

Tints of Cashmere #D1B194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 39.14%
G = 33.15%
B = 27.72%

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

#D1B194 (or 0xD1B194) is known color: Cashmere. HEX triplet: D1, B1 and 94. RGB value is (209,177,148). Sum of RGB (Red+Green+Blue) = 209+177+148=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B194 is #2E4E6B. Grayscale: #B7B7B7. Windows color (decimal): -3034732 or 9744849. OLE color: 9744849.

HSL color Cylindrical-coordinate representation of color #D1B194: hue angle of 28.52º degrees, saturation: 0.4, 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 #D1B194 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 177 148 -
CMYK 0 0.15 0.29 0.18
HSL 28.52º 0.4% 0.7% -
HSV(B) 28.52º 0.29% 0.82% -
XYZ 47.36 47.14 34.62 -
YUV 183.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 209 177 148 0 0.15 0.29 0.18 28.52 0.4 0.7
Hex D1 B1 94 0 F 1D 12 1D 28 46
Octal 321 261 224 0 17 35 22 35 50 106
Binary 11010001 10110001 10010100 0 1111 11101 10010 11101 101000 1000110

Color Harmonies of #D1B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B194

Black with #D1B194

Text Example


Text Example

White with #D1B194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B194; }

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

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

background-color css

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

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

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

border-color css

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

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

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