#E6C3A4

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

Shades of Negroni #E6C3A4

Tints of Negroni #E6C3A4

Color information

#E6C3A4 (or 0xE6C3A4) is unknown color: approx Negroni. HEX triplet: E6, C3 and A4. RGB value is (230,195,164). Sum of RGB (Red+Green+Blue) = 230+195+164=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C3A4 is #193C5B. Grayscale: #CACACA. Windows color (decimal): -1653852 or 10798054. OLE color: 10798054.

HSL color Cylindrical-coordinate representation of color #E6C3A4: hue angle of 28.18º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6C3A4 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB230195164-
CMYK00.150.290.10
HSL28.18º56.9%77.25%-
HSV(B)28.18º28.7%90.2%-
XYZ58.8558.5343.32-
YUV201.93106.6148.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.05%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 164 (64.45% from 255) = 27.84%
R=39.05%
G=33.11%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019516400.150.290.1028.1856.977.25
HexE6C3A40F1DA1c394d
Octal34630324401735123471115
Binary11100110110000111010010001111111011010111001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C3A4; }

 p { color: rgb(230,195,164); }

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

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

 a { background-color: rgb(230,195,164); }

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

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

 span { border-color: rgb(230,195,164); }

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