Html Css Color HEX #D0AB8F Cashmere

📋 copy color: '#D0AB8F'

red 208 ◦ green 171 ◦ blue 143

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

Shades of Cashmere #D0AB8F

Tints of Cashmere #D0AB8F

RGB

 RED value IS 208 (81.64% from 255) = 39.85%

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

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

R = 39.85%
G = 32.76%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0AB8F (or 0xD0AB8F) is known color: Cashmere. HEX triplet: D0, AB and 8F. RGB value is (208,171,143). Sum of RGB (Red+Green+Blue) = 208+171+143=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB8F is #2F5470. Grayscale: #B3B3B3. Windows color (decimal): -3101809 or 9415632. OLE color: 9415632.

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

Color convert

RGB 208 171 143 -
CMYK 0 0.18 0.31 0.18
HSL 25.85º 0.41% 0.69% -
HSV(B) 25.85º 0.31% 0.82% -
XYZ 45.53 44.52 32.18 -
YUV 178.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 208 171 143 0 0.18 0.31 0.18 25.85 0.41 0.69
Hex D0 AB 8F 0 12 1F 12 1A 29 45
Octal 320 253 217 0 22 37 22 32 51 105
Binary 11010000 10101011 10001111 0 10010 11111 10010 11010 101001 1000101

Color Harmonies of #D0AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB8F

Black with #D0AB8F

Text Example


Text Example

White with #D0AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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