Html Css Color HEX #D5B196 Cashmere

📋 copy color: '#D5B196'

red 213 ◦ green 177 ◦ blue 150

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

Shades of Cashmere #D5B196

Tints of Cashmere #D5B196

RGB

 RED value IS 213 (83.59% from 255) = 39.44%

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

 BLUE value IS 150 (58.98% from 255) = 27.78%

R = 39.44%
G = 32.78%
B = 27.78%

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

#D5B196 (or 0xD5B196) is known color: Cashmere. HEX triplet: D5, B1 and 96. RGB value is (213,177,150). Sum of RGB (Red+Green+Blue) = 213+177+150=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B196 is #2A4E69. Grayscale: #B8B8B8. Windows color (decimal): -2772586 or 9875925. OLE color: 9875925.

HSL color Cylindrical-coordinate representation of color #D5B196: hue angle of 25.71º degrees, saturation: 0.43, 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 #D5B196 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 177 150 -
CMYK 0 0.17 0.30 0.16
HSL 25.71º 0.43% 0.71% -
HSV(B) 25.71º 0.3% 0.84% -
XYZ 48.67 47.79 35.51 -
YUV 184.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 213 177 150 0 0.17 0.30 0.16 25.71 0.43 0.71
Hex D5 B1 96 0 11 1E 10 1A 2B 47
Octal 325 261 226 0 21 36 20 32 53 107
Binary 11010101 10110001 10010110 0 10001 11110 10000 11010 101011 1000111

Color Harmonies of #D5B196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B196

Black with #D5B196

Text Example


Text Example

White with #D5B196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B196; }

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

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

background-color css

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

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

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

border-color css

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

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

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