Html Css Color HEX #D6AB93 Cashmere

📋 copy color: '#D6AB93'

red 214 ◦ green 171 ◦ blue 147

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

Shades of Cashmere #D6AB93

Tints of Cashmere #D6AB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 40.23%
G = 32.14%
B = 27.63%

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

#D6AB93 (or 0xD6AB93) is known color: Cashmere. HEX triplet: D6, AB and 93. RGB value is (214,171,147). Sum of RGB (Red+Green+Blue) = 214+171+147=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB93 is #29546C. Grayscale: #B5B5B5. Windows color (decimal): -2708589 or 9677782. OLE color: 9677782.

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

Color convert

RGB 214 171 147 -
CMYK 0 0.20 0.31 0.16
HSL 21.49º 0.45% 0.71% -
HSV(B) 21.49º 0.31% 0.84% -
XYZ 47.56 45.53 33.88 -
YUV 181.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 214 171 147 0 0.20 0.31 0.16 21.49 0.45 0.71
Hex D6 AB 93 0 14 1F 10 15 2D 47
Octal 326 253 223 0 24 37 20 25 55 107
Binary 11010110 10101011 10010011 0 10100 11111 10000 10101 101101 1000111

Color Harmonies of #D6AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB93

Black with #D6AB93

Text Example


Text Example

White with #D6AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB93; }

 p { color: rgb(214,171,147); }

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

background-color css

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

 a { background-color: rgb(214,171,147); }

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

border-color css

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

 span { border-color: rgb(214,171,147); }

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