Html Css Color HEX #E6C2AB Zinnwaldite

📋 copy color: '#E6C2AB'

red 230 ◦ green 194 ◦ blue 171

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

Shades of Zinnwaldite #E6C2AB

Tints of Zinnwaldite #E6C2AB

RGB

 RED value IS 230 (90.23% from 255) = 38.66%

 GREEN value IS 194 (76.17% from 255) = 32.61%

 BLUE value IS 171 (67.19% from 255) = 28.74%

R = 38.66%
G = 32.61%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6C2AB (or 0xE6C2AB) is known color: Zinnwaldite. HEX triplet: E6, C2 and AB. RGB value is (230,194,171). Sum of RGB (Red+Green+Blue) = 230+194+171=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C2AB is #193D54. Grayscale: #CACACA. Windows color (decimal): -1654101 or 11256550. OLE color: 11256550.

HSL color Cylindrical-coordinate representation of color #E6C2AB: hue angle of 23.39º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6C2AB is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 194 171 -
CMYK 0 0.16 0.26 0.10
HSL 23.39º 0.54% 0.79% -
HSV(B) 23.39º 0.26% 0.9% -
XYZ 59.28 58.35 46.67 -
YUV 202.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 230 194 171 0 0.16 0.26 0.10 23.39 0.54 0.79
Hex E6 C2 AB 0 10 1A A 17 36 4F
Octal 346 302 253 0 20 32 12 27 66 117
Binary 11100110 11000010 10101011 0 10000 11010 1010 10111 110110 1001111

Color Harmonies of #E6C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C2AB

Black with #E6C2AB

Text Example


Text Example

White with #E6C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C2AB; }

 p { color: rgb(230,194,171); }

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

background-color css

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

 a { background-color: rgb(230,194,171); }

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

border-color css

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

 span { border-color: rgb(230,194,171); }

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