Html Css Color HEX #D6B195 Cashmere

📋 copy color: '#D6B195'

red 214 ◦ green 177 ◦ blue 149

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

Shades of Cashmere #D6B195

Tints of Cashmere #D6B195

RGB

 RED value IS 214 (83.98% from 255) = 39.63%

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

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

R = 39.63%
G = 32.78%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6B195 (or 0xD6B195) is known color: Cashmere. HEX triplet: D6, B1 and 95. RGB value is (214,177,149). Sum of RGB (Red+Green+Blue) = 214+177+149=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B195 is #294E6A. Grayscale: #B9B9B9. Windows color (decimal): -2707051 or 9810390. OLE color: 9810390.

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

Color convert

RGB 214 177 149 -
CMYK 0 0.17 0.30 0.16
HSL 25.85º 0.44% 0.71% -
HSV(B) 25.85º 0.3% 0.84% -
XYZ 48.88 47.91 35.11 -
YUV 184.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 214 177 149 0 0.17 0.30 0.16 25.85 0.44 0.71
Hex D6 B1 95 0 11 1E 10 1A 2C 47
Octal 326 261 225 0 21 36 20 32 54 107
Binary 11010110 10110001 10010101 0 10001 11110 10000 11010 101100 1000111

Color Harmonies of #D6B195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B195

Black with #D6B195

Text Example


Text Example

White with #D6B195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B195; }

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

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

background-color css

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

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

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

border-color css

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

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

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