#E6BFAF

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

Shades of Zinnwaldite #E6BFAF

Tints of Zinnwaldite #E6BFAF

Color information

#E6BFAF (or 0xE6BFAF) is unknown color: approx Zinnwaldite. HEX triplet: E6, BF and AF. RGB value is (230,191,175). Sum of RGB (Red+Green+Blue) = 230+191+175=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BFAF is #194050. Grayscale: #C8C8C8. Windows color (decimal): -1654865 or 11517926. OLE color: 11517926.

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

Color convert

RGB230191175-
CMYK00.170.240.10
HSL17.45º52.38%79.41%-
HSV(B)17.45º23.91%90.2%-
XYZ5957.1848.48-
YUV200.84113.42148.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.59%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=38.59%
G=32.05%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019117500.170.240.1017.4552.3879.41
HexE6BFAF01118A11344f
Octal34627725702130122164117
Binary111001101011111110101111010001110001010100011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFAF; }

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

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

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

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

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

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

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

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