#D2B194

Color #D2B194 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #D2B194

Tints of Cashmere #D2B194

Color information

#D2B194 (or 0xD2B194) is unknown color: approx Cashmere. HEX triplet: D2, B1 and 94. RGB value is (210,177,148). Sum of RGB (Red+Green+Blue) = 210+177+148=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B194 is #2D4E6B. Grayscale: #B7B7B7. Windows color (decimal): -2969196 or 9744850. OLE color: 9744850.

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

Color convert

RGB210177148-
CMYK00.160.300.18
HSL28.06º40.79%70.2%-
HSV(B)28.06º29.52%82.35%-
XYZ47.6547.2834.63-
YUV183.56107.93146.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=39.25%
G=33.08%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017714800.160.300.1828.0640.7970.2
HexD2B1940101E121c2946
Octal32226122402036223451106
Binary1101001010110001100101000100001111010010111001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B194; }

 p { color: rgb(210,177,148); }

 H1.HeaderClassName
 {
   color: #D2B194;
 }
 .AnyTagClassName
 {
   color: #D2B194;
 }
</style>
background-color css

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

 a { background-color: rgb(210,177,148); }

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

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

 span { border-color: rgb(210,177,148); }

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