Html Css Color HEX #D6AB92 Cashmere

📋 copy color: '#D6AB92'

red 214 ◦ green 171 ◦ blue 146

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

Shades of Cashmere #D6AB92

Tints of Cashmere #D6AB92

RGB

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

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

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

R = 40.3%
G = 32.2%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6AB92 (or 0xD6AB92) is known color: Cashmere. HEX triplet: D6, AB and 92. RGB value is (214,171,146). Sum of RGB (Red+Green+Blue) = 214+171+146=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB92 is #29546D. Grayscale: #B5B5B5. Windows color (decimal): -2708590 or 9612246. OLE color: 9612246.

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

Color convert

RGB 214 171 146 -
CMYK 0 0.20 0.32 0.16
HSL 22.06º 0.45% 0.71% -
HSV(B) 22.06º 0.32% 0.84% -
XYZ 47.48 45.5 33.47 -
YUV 181.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 214 171 146 0 0.20 0.32 0.16 22.06 0.45 0.71
Hex D6 AB 92 0 14 20 10 16 2D 47
Octal 326 253 222 0 24 40 20 26 55 107
Binary 11010110 10101011 10010010 0 10100 100000 10000 10110 101101 1000111

Color Harmonies of #D6AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB92

Black with #D6AB92

Text Example


Text Example

White with #D6AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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