#D6B198

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

Shades of Cashmere #D6B198

Tints of Cashmere #D6B198

Color information

#D6B198 (or 0xD6B198) is unknown color: approx Cashmere. HEX triplet: D6, B1 and 98. RGB value is (214,177,152). Sum of RGB (Red+Green+Blue) = 214+177+152=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B198 is #294E67. Grayscale: #B9B9B9. Windows color (decimal): -2707048 or 10006998. OLE color: 10006998.

HSL color Cylindrical-coordinate representation of color #D6B198: hue angle of 24.19º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B198 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214177152-
CMYK00.170.290.16
HSL24.19º43.06%71.76%-
HSV(B)24.19º28.97%83.92%-
XYZ49.1248.0136.38-
YUV185.21109.26148.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=39.41%
G=32.60%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417715200.170.290.1624.1943.0671.76
HexD6B1980111D10182b48
Octal32626123002135203053110
Binary1101011010110001100110000100011110110000110001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B198; }

 p { color: rgb(214,177,152); }

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

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

 a { background-color: rgb(214,177,152); }

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

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

 span { border-color: rgb(214,177,152); }

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