#D5C0B6

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

Shades of Wafer #D5C0B6

Tints of Wafer #D5C0B6

Color information

#D5C0B6 (or 0xD5C0B6) is unknown color: approx Wafer. HEX triplet: D5, C0 and B6. RGB value is (213,192,182). Sum of RGB (Red+Green+Blue) = 213+192+182=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0B6 is #2A3F49. Grayscale: #C5C5C5. Windows color (decimal): -2768714 or 11976917. OLE color: 11976917.

HSL color Cylindrical-coordinate representation of color #D5C0B6: hue angle of 19.35º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5C0B6 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213192182-
CMYK00.100.150.16
HSL19.35º26.96%77.45%-
HSV(B)19.35º14.55%83.53%-
XYZ54.7355.2252.03-
YUV197.14119.46139.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=36.29%
G=32.71%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319218200.100.150.1619.3526.9677.45
HexD5C0B60AF10131b4d
Octal32530026601217202333115
Binary1101010111000000101101100101011111000010011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0B6; }

 p { color: rgb(213,192,182); }

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

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

 a { background-color: rgb(213,192,182); }

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

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

 span { border-color: rgb(213,192,182); }

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