Html Css Color HEX #D0B2A1 Cashmere

📋 copy color: '#D0B2A1'

red 208 ◦ green 178 ◦ blue 161

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

Shades of Cashmere #D0B2A1

Tints of Cashmere #D0B2A1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.54%

 BLUE value IS 161 (63.28% from 255) = 29.43%

R = 38.03%
G = 32.54%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D0B2A1 (or 0xD0B2A1) is known color: Cashmere. HEX triplet: D0, B2 and A1. RGB value is (208,178,161). Sum of RGB (Red+Green+Blue) = 208+178+161=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B2A1 is #2F4D5E. Grayscale: #B9B9B9. Windows color (decimal): -3099999 or 10597072. OLE color: 10597072.

HSL color Cylindrical-coordinate representation of color #D0B2A1: hue angle of 21.7º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0B2A1 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 178 161 -
CMYK 0 0.14 0.23 0.18
HSL 21.7º 0.33% 0.72% -
HSV(B) 21.7º 0.23% 0.82% -
XYZ 48.37 47.82 40.4 -
YUV 185.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 208 178 161 0 0.14 0.23 0.18 21.7 0.33 0.72
Hex D0 B2 A1 0 E 17 12 16 21 48
Octal 320 262 241 0 16 27 22 26 41 110
Binary 11010000 10110010 10100001 0 1110 10111 10010 10110 100001 1001000

Color Harmonies of #D0B2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B2A1

Black with #D0B2A1

Text Example


Text Example

White with #D0B2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B2A1; }

 p { color: rgb(208,178,161); }

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

background-color css

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

 a { background-color: rgb(208,178,161); }

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

border-color css

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

 span { border-color: rgb(208,178,161); }

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