Html Css Color HEX #D5AB92 Cashmere

📋 copy color: '#D5AB92'

red 213 ◦ green 171 ◦ blue 146

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

Shades of Cashmere #D5AB92

Tints of Cashmere #D5AB92

RGB

 RED value IS 213 (83.59% from 255) = 40.19%

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

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

R = 40.19%
G = 32.26%
B = 27.55%

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

#D5AB92 (or 0xD5AB92) is known color: Cashmere. HEX triplet: D5, AB and 92. RGB value is (213,171,146). Sum of RGB (Red+Green+Blue) = 213+171+146=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB92 is #2A546D. Grayscale: #B4B4B4. Windows color (decimal): -2774126 or 9612245. OLE color: 9612245.

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

Color convert

RGB 213 171 146 -
CMYK 0 0.20 0.31 0.16
HSL 22.39º 0.44% 0.7% -
HSV(B) 22.39º 0.31% 0.84% -
XYZ 47.19 45.35 33.46 -
YUV 180.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 213 171 146 0 0.20 0.31 0.16 22.39 0.44 0.7
Hex D5 AB 92 0 14 1F 10 16 2C 46
Octal 325 253 222 0 24 37 20 26 54 106
Binary 11010101 10101011 10010010 0 10100 11111 10000 10110 101100 1000110

Color Harmonies of #D5AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB92

Black with #D5AB92

Text Example


Text Example

White with #D5AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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