Html Css Color HEX #D1AB92 Cashmere

📋 copy color: '#D1AB92'

red 209 ◦ green 171 ◦ blue 146

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

Shades of Cashmere #D1AB92

Tints of Cashmere #D1AB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.76%

R = 39.73%
G = 32.51%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D1AB92 (or 0xD1AB92) is known color: Cashmere. HEX triplet: D1, AB and 92. RGB value is (209,171,146). Sum of RGB (Red+Green+Blue) = 209+171+146=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB92 is #2E546D. Grayscale: #B3B3B3. Windows color (decimal): -3036270 or 9612241. OLE color: 9612241.

HSL color Cylindrical-coordinate representation of color #D1AB92: hue angle of 23.81º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1AB92 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 171 146 -
CMYK 0 0.18 0.30 0.18
HSL 23.81º 0.41% 0.7% -
HSV(B) 23.81º 0.3% 0.82% -
XYZ 46.05 44.76 33.41 -
YUV 179.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 209 171 146 0 0.18 0.30 0.18 23.81 0.41 0.7
Hex D1 AB 92 0 12 1E 12 18 29 46
Octal 321 253 222 0 22 36 22 30 51 106
Binary 11010001 10101011 10010010 0 10010 11110 10010 11000 101001 1000110

Color Harmonies of #D1AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB92

Black with #D1AB92

Text Example


Text Example

White with #D1AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB92; }

 p { color: rgb(209,171,146); }

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

background-color css

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

 a { background-color: rgb(209,171,146); }

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

border-color css

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

 span { border-color: rgb(209,171,146); }

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