#CEB9AB

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

Shades of Wafer #CEB9AB

Tints of Wafer #CEB9AB

Color information

#CEB9AB (or 0xCEB9AB) is unknown color: approx Wafer. HEX triplet: CE, B9 and AB. RGB value is (206,185,171). Sum of RGB (Red+Green+Blue) = 206+185+171=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB9AB is #314654. Grayscale: #BDBDBD. Windows color (decimal): -3229269 or 11254222. OLE color: 11254222.

HSL color Cylindrical-coordinate representation of color #CEB9AB: hue angle of 24º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB9AB is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206185171-
CMYK00.100.170.19
HSL24º26.32%73.92%-
HSV(B)24º16.99%80.78%-
XYZ50.1550.7645.68-
YUV189.68117.46139.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=36.65%
G=32.92%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618517100.100.170.192426.3273.92
HexCEB9AB0A1113181a4a
Octal31627125301221233032112
Binary11001110101110011010101101010100011001111000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9AB; }

 p { color: rgb(206,185,171); }

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

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

 a { background-color: rgb(206,185,171); }

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

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

 span { border-color: rgb(206,185,171); }

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