#E8C6B4

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

Shades of Zinnwaldite #E8C6B4

Tints of Zinnwaldite #E8C6B4

Color information

#E8C6B4 (or 0xE8C6B4) is unknown color: approx Zinnwaldite. HEX triplet: E8, C6 and B4. RGB value is (232,198,180). Sum of RGB (Red+Green+Blue) = 232+198+180=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C6B4 is #17394B. Grayscale: #CECECE. Windows color (decimal): -1521996 or 11847400. OLE color: 11847400.

HSL color Cylindrical-coordinate representation of color #E8C6B4: hue angle of 20.77º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8C6B4 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232198180-
CMYK00.150.220.09
HSL20.77º53.06%80.78%-
HSV(B)20.77º22.41%90.98%-
XYZ61.7160.8451.67-
YUV206.11113.26146.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 198 (77.73% from 255) = 32.46%
BLUE value IS 180 (70.70% from 255) = 29.51%
R=38.03%
G=32.46%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219818000.150.220.0920.7753.0680.78
HexE8C6B40F169153551
Octal35030626401726112565121
Binary11101000110001101011010001111101101001101011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C6B4; }

 p { color: rgb(232,198,180); }

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

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

 a { background-color: rgb(232,198,180); }

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

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

 span { border-color: rgb(232,198,180); }

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