#C8B7AE

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

Shades of Wafer #C8B7AE

Tints of Wafer #C8B7AE

Color information

#C8B7AE (or 0xC8B7AE) is unknown color: approx Wafer. HEX triplet: C8, B7 and AE. RGB value is (200,183,174). Sum of RGB (Red+Green+Blue) = 200+183+174=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B7AE is #374851. Grayscale: #BBBBBB. Windows color (decimal): -3622994 or 11450312. OLE color: 11450312.

HSL color Cylindrical-coordinate representation of color #C8B7AE: hue angle of 20.77º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8B7AE is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB200183174-
CMYK00.080.130.22
HSL20.77º19.12%73.33%-
HSV(B)20.77º13%78.43%-
XYZ48.3949.246.99-
YUV187.06120.63137.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=35.91%
G=32.85%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018317400.080.130.2220.7719.1273.33
HexC8B7AE08D16151349
Octal31026725601015262523111
Binary1100100010110111101011100100011011011010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B7AE; }

 p { color: rgb(200,183,174); }

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

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

 a { background-color: rgb(200,183,174); }

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

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

 span { border-color: rgb(200,183,174); }

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