Html Css Color HEX #D2AB98 Cashmere

📋 copy color: '#D2AB98'

red 210 ◦ green 171 ◦ blue 152

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

Shades of Cashmere #D2AB98

Tints of Cashmere #D2AB98

RGB

 RED value IS 210 (82.42% from 255) = 39.4%

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

 BLUE value IS 152 (59.77% from 255) = 28.52%

R = 39.4%
G = 32.08%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D2AB98 (or 0xD2AB98) is known color: Cashmere. HEX triplet: D2, AB and 98. RGB value is (210,171,152). Sum of RGB (Red+Green+Blue) = 210+171+152=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB98 is #2D5467. Grayscale: #B4B4B4. Windows color (decimal): -2970728 or 10005458. OLE color: 10005458.

HSL color Cylindrical-coordinate representation of color #D2AB98: hue angle of 19.66º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AB98 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 171 152 -
CMYK 0 0.19 0.28 0.18
HSL 19.66º 0.39% 0.71% -
HSV(B) 19.66º 0.28% 0.82% -
XYZ 46.81 45.09 35.94 -
YUV 180.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 210 171 152 0 0.19 0.28 0.18 19.66 0.39 0.71
Hex D2 AB 98 0 13 1C 12 14 27 47
Octal 322 253 230 0 23 34 22 24 47 107
Binary 11010010 10101011 10011000 0 10011 11100 10010 10100 100111 1000111

Color Harmonies of #D2AB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB98

Black with #D2AB98

Text Example


Text Example

White with #D2AB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB98; }

 p { color: rgb(210,171,152); }

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

background-color css

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

 a { background-color: rgb(210,171,152); }

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

border-color css

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

 span { border-color: rgb(210,171,152); }

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