Html Css Color HEX #D0AB92 Cashmere

📋 copy color: '#D0AB92'

red 208 ◦ green 171 ◦ blue 146

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

Shades of Cashmere #D0AB92

Tints of Cashmere #D0AB92

RGB

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

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

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

R = 39.62%
G = 32.57%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D0AB92 (or 0xD0AB92) is known color: Cashmere. HEX triplet: D0, AB and 92. RGB value is (208,171,146). Sum of RGB (Red+Green+Blue) = 208+171+146=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB92 is #2F546D. Grayscale: #B3B3B3. Windows color (decimal): -3101806 or 9612240. OLE color: 9612240.

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

Color convert

RGB 208 171 146 -
CMYK 0 0.18 0.30 0.18
HSL 24.19º 0.4% 0.69% -
HSV(B) 24.19º 0.3% 0.82% -
XYZ 45.76 44.61 33.39 -
YUV 179.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 208 171 146 0 0.18 0.30 0.18 24.19 0.4 0.69
Hex D0 AB 92 0 12 1E 12 18 28 45
Octal 320 253 222 0 22 36 22 30 50 105
Binary 11010000 10101011 10010010 0 10010 11110 10010 11000 101000 1000101

Color Harmonies of #D0AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB92

Black with #D0AB92

Text Example


Text Example

White with #D0AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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