Html Css Color HEX #D5AB96 Cashmere

📋 copy color: '#D5AB96'

red 213 ◦ green 171 ◦ blue 150

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

Shades of Cashmere #D5AB96

Tints of Cashmere #D5AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.02%

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

R = 39.89%
G = 32.02%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5AB96 (or 0xD5AB96) is known color: Cashmere. HEX triplet: D5, AB and 96. RGB value is (213,171,150). Sum of RGB (Red+Green+Blue) = 213+171+150=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB96 is #2A5469. Grayscale: #B5B5B5. Windows color (decimal): -2774122 or 9874389. OLE color: 9874389.

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

Color convert

RGB 213 171 150 -
CMYK 0 0.20 0.30 0.16
HSL 20º 0.43% 0.71% -
HSV(B) 20º 0.3% 0.84% -
XYZ 47.51 45.47 35.13 -
YUV 181.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 213 171 150 0 0.20 0.30 0.16 20 0.43 0.71
Hex D5 AB 96 0 14 1E 10 14 2B 47
Octal 325 253 226 0 24 36 20 24 53 107
Binary 11010101 10101011 10010110 0 10100 11110 10000 10100 101011 1000111

Color Harmonies of #D5AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB96

Black with #D5AB96

Text Example


Text Example

White with #D5AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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