#E8C1B3

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

Shades of Zinnwaldite #E8C1B3

Tints of Zinnwaldite #E8C1B3

Color information

#E8C1B3 (or 0xE8C1B3) is unknown color: approx Zinnwaldite. HEX triplet: E8, C1 and B3. RGB value is (232,193,179). Sum of RGB (Red+Green+Blue) = 232+193+179=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C1B3 is #173E4C. Grayscale: #CBCBCB. Windows color (decimal): -1523277 or 11780584. OLE color: 11780584.

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

Color convert

RGB232193179-
CMYK00.170.230.09
HSL15.85º53.54%80.59%-
HSV(B)15.85º22.84%90.98%-
XYZ60.4958.5550.76-
YUV203.06114.42148.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.41%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=38.41%
G=31.95%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219317900.170.230.0915.8553.5480.59
HexE8C1B3011179103651
Octal35030126302127112066121
Binary111010001100000110110011010001101111001100001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C1B3; }

 p { color: rgb(232,193,179); }

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

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

 a { background-color: rgb(232,193,179); }

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

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

 span { border-color: rgb(232,193,179); }

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