Html Css Color HEX #E6BFAC Zinnwaldite

📋 copy color: '#E6BFAC'

red 230 ◦ green 191 ◦ blue 172

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

Shades of Zinnwaldite #E6BFAC

Tints of Zinnwaldite #E6BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 32.21%

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

R = 38.79%
G = 32.21%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E6BFAC (or 0xE6BFAC) is known color: Zinnwaldite. HEX triplet: E6, BF and AC. RGB value is (230,191,172). Sum of RGB (Red+Green+Blue) = 230+191+172=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BFAC is #194053. Grayscale: #C8C8C8. Windows color (decimal): -1654868 or 11321318. OLE color: 11321318.

HSL color Cylindrical-coordinate representation of color #E6BFAC: hue angle of 19.66º 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 #E6BFAC is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 172 -
CMYK 0 0.17 0.25 0.10
HSL 19.66º 0.54% 0.79% -
HSV(B) 19.66º 0.25% 0.9% -
XYZ 58.71 57.06 46.95 -
YUV 200.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 230 191 172 0 0.17 0.25 0.10 19.66 0.54 0.79
Hex E6 BF AC 0 11 19 A 14 36 4F
Octal 346 277 254 0 21 31 12 24 66 117
Binary 11100110 10111111 10101100 0 10001 11001 1010 10100 110110 1001111

Color Harmonies of #E6BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFAC

Black with #E6BFAC

Text Example


Text Example

White with #E6BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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