#CEB9AE

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

Shades of Wafer #CEB9AE

Tints of Wafer #CEB9AE

Color information

#CEB9AE (or 0xCEB9AE) is unknown color: approx Wafer. HEX triplet: CE, B9 and AE. RGB value is (206,185,174). Sum of RGB (Red+Green+Blue) = 206+185+174=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB9AE is #314651. Grayscale: #BEBEBE. Windows color (decimal): -3229266 or 11450830. OLE color: 11450830.

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

Color convert

RGB206185174-
CMYK00.100.160.19
HSL20.63º24.62%74.51%-
HSV(B)20.63º15.53%80.78%-
XYZ50.4450.8847.21-
YUV190.02118.96139.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 185 (72.66% from 255) = 32.74%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=36.46%
G=32.74%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618517400.100.160.1920.6324.6274.51
HexCEB9AE0A101315194b
Octal31627125601220232531113
Binary11001110101110011010111001010100001001110101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9AE; }

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

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

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

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

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

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

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

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