Html Css Color HEX #D7AB8F Cashmere

📋 copy color: '#D7AB8F'

red 215 ◦ green 171 ◦ blue 143

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

Shades of Cashmere #D7AB8F

Tints of Cashmere #D7AB8F

RGB

 RED value IS 215 (84.38% from 255) = 40.64%

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

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 40.64%
G = 32.33%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7AB8F (or 0xD7AB8F) is known color: Cashmere. HEX triplet: D7, AB and 8F. RGB value is (215,171,143). Sum of RGB (Red+Green+Blue) = 215+171+143=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AB8F is #285470. Grayscale: #B5B5B5. Windows color (decimal): -2643057 or 9415639. OLE color: 9415639.

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

Color convert

RGB 215 171 143 -
CMYK 0 0.20 0.33 0.16
HSL 23.33º 0.47% 0.7% -
HSV(B) 23.33º 0.33% 0.84% -
XYZ 47.55 45.56 32.27 -
YUV 180.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 215 171 143 0 0.20 0.33 0.16 23.33 0.47 0.7
Hex D7 AB 8F 0 14 21 10 17 2F 46
Octal 327 253 217 0 24 41 20 27 57 106
Binary 11010111 10101011 10001111 0 10100 100001 10000 10111 101111 1000110

Color Harmonies of #D7AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB8F

Black with #D7AB8F

Text Example


Text Example

White with #D7AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB8F; }

 p { color: rgb(215,171,143); }

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

background-color css

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

 a { background-color: rgb(215,171,143); }

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

border-color css

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

 span { border-color: rgb(215,171,143); }

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