#CFB8AE

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

Shades of Wafer #CFB8AE

Tints of Wafer #CFB8AE

Color information

#CFB8AE (or 0xCFB8AE) is unknown color: approx Wafer. HEX triplet: CF, B8 and AE. RGB value is (207,184,174). Sum of RGB (Red+Green+Blue) = 207+184+174=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB8AE is #304751. Grayscale: #BDBDBD. Windows color (decimal): -3163986 or 11450575. OLE color: 11450575.

HSL color Cylindrical-coordinate representation of color #CFB8AE: hue angle of 18.18º degrees, saturation: 0.26, 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 #CFB8AE is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207184174-
CMYK00.110.160.19
HSL18.18º25.58%74.71%-
HSV(B)18.18º15.94%81.18%-
XYZ50.5150.647.15-
YUV189.74119.12140.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 184 (72.27% from 255) = 32.57%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=36.64%
G=32.57%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718417400.110.160.1918.1825.5874.71
HexCFB8AE0B1013121a4b
Octal31727025601320232232113
Binary11001111101110001010111001011100001001110010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8AE; }

 p { color: rgb(207,184,174); }

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

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

 a { background-color: rgb(207,184,174); }

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

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

 span { border-color: rgb(207,184,174); }

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