Html Css Color HEX #E6BCAC Zinnwaldite

📋 copy color: '#E6BCAC'

red 230 ◦ green 188 ◦ blue 172

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

Shades of Zinnwaldite #E6BCAC

Tints of Zinnwaldite #E6BCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.86%

 BLUE value IS 172 (67.58% from 255) = 29.15%

R = 38.98%
G = 31.86%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E6BCAC (or 0xE6BCAC) is known color: Zinnwaldite. HEX triplet: E6, BC and AC. RGB value is (230,188,172). Sum of RGB (Red+Green+Blue) = 230+188+172=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BCAC is #194353. Grayscale: #C6C6C6. Windows color (decimal): -1655636 or 11320550. OLE color: 11320550.

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

Color convert

RGB 230 188 172 -
CMYK 0 0.18 0.25 0.10
HSL 16.55º 0.54% 0.79% -
HSV(B) 16.55º 0.25% 0.9% -
XYZ 58.06 55.77 46.73 -
YUV 198.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 230 188 172 0 0.18 0.25 0.10 16.55 0.54 0.79
Hex E6 BC AC 0 12 19 A 11 36 4F
Octal 346 274 254 0 22 31 12 21 66 117
Binary 11100110 10111100 10101100 0 10010 11001 1010 10001 110110 1001111

Color Harmonies of #E6BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCAC

Black with #E6BCAC

Text Example


Text Example

White with #E6BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCAC; }

 p { color: rgb(230,188,172); }

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

background-color css

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

 a { background-color: rgb(230,188,172); }

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

border-color css

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

 span { border-color: rgb(230,188,172); }

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