Html Css Color HEX #E7C4B6 Zinnwaldite

📋 copy color: '#E7C4B6'

red 231 ◦ green 196 ◦ blue 182

#E7C4B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zinnwaldite #E7C4B6

Tints of Zinnwaldite #E7C4B6

RGB

 RED value IS 231 (90.63% from 255) = 37.93%

 GREEN value IS 196 (76.95% from 255) = 32.18%

 BLUE value IS 182 (71.48% from 255) = 29.89%

R = 37.93%
G = 32.18%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E7C4B6 (or 0xE7C4B6) is known color: Zinnwaldite. HEX triplet: E7, C4 and B6. RGB value is (231,196,182). Sum of RGB (Red+Green+Blue) = 231+196+182=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4B6 is #183B49. Grayscale: #CCCCCC. Windows color (decimal): -1588042 or 11977959. OLE color: 11977959.

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

Color convert

RGB 231 196 182 -
CMYK 0 0.15 0.21 0.09
HSL 17.14º 0.51% 0.81% -
HSV(B) 17.14º 0.21% 0.91% -
XYZ 61.14 59.85 52.59 -
YUV 204.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 231 196 182 0 0.15 0.21 0.09 17.14 0.51 0.81
Hex E7 C4 B6 0 F 15 9 11 33 51
Octal 347 304 266 0 17 25 11 21 63 121
Binary 11100111 11000100 10110110 0 1111 10101 1001 10001 110011 1010001

Color Harmonies of #E7C4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C4B6

Black with #E7C4B6

Text Example


Text Example

White with #E7C4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C4B6; }

 p { color: rgb(231,196,182); }

 H1.HeaderClassName
 {
   color: #E7C4B6;
 }
 .AnyTagClassName
 {
   color: #E7C4B6;
 }
</style>

background-color css

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

 a { background-color: rgb(231,196,182); }

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

border-color css

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

 span { border-color: rgb(231,196,182); }

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