#E7BBAB

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

Shades of Zinnwaldite #E7BBAB

Tints of Zinnwaldite #E7BBAB

Color information

#E7BBAB (or 0xE7BBAB) is unknown color: approx Zinnwaldite. HEX triplet: E7, BB and AB. RGB value is (231,187,171). Sum of RGB (Red+Green+Blue) = 231+187+171=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BBAB is #184454. Grayscale: #C6C6C6. Windows color (decimal): -1590357 or 11254759. OLE color: 11254759.

HSL color Cylindrical-coordinate representation of color #E7BBAB: hue angle of 16º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7BBAB is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231187171-
CMYK00.190.260.09
HSL16º55.56%78.82%-
HSV(B)16º25.97%90.59%-
XYZ58.0855.4746.17-
YUV198.33112.58151.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.22%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 171 (67.19% from 255) = 29.03%
R=39.22%
G=31.75%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118717100.190.260.091655.5678.82
HexE7BBAB0131A910384f
Octal34727325302332112070117
Binary111001111011101110101011010011110101001100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBAB; }

 p { color: rgb(231,187,171); }

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

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

 a { background-color: rgb(231,187,171); }

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

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

 span { border-color: rgb(231,187,171); }

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