Html Css Color HEX #D5AB94 Cashmere

📋 copy color: '#D5AB94'

red 213 ◦ green 171 ◦ blue 148

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

Shades of Cashmere #D5AB94

Tints of Cashmere #D5AB94

RGB

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

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

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

R = 40.04%
G = 32.14%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5AB94 (or 0xD5AB94) is known color: Cashmere. HEX triplet: D5, AB and 94. RGB value is (213,171,148). Sum of RGB (Red+Green+Blue) = 213+171+148=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB94 is #2A546B. Grayscale: #B5B5B5. Windows color (decimal): -2774124 or 9743317. OLE color: 9743317.

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

Color convert

RGB 213 171 148 -
CMYK 0 0.20 0.31 0.16
HSL 21.23º 0.44% 0.71% -
HSV(B) 21.23º 0.31% 0.84% -
XYZ 47.35 45.41 34.29 -
YUV 180.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 213 171 148 0 0.20 0.31 0.16 21.23 0.44 0.71
Hex D5 AB 94 0 14 1F 10 15 2C 47
Octal 325 253 224 0 24 37 20 25 54 107
Binary 11010101 10101011 10010100 0 10100 11111 10000 10101 101100 1000111

Color Harmonies of #D5AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB94

Black with #D5AB94

Text Example


Text Example

White with #D5AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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