Html Css Color HEX #E6C0A3 Negroni

📋 copy color: '#E6C0A3'

red 230 ◦ green 192 ◦ blue 163

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

Shades of Negroni #E6C0A3

Tints of Negroni #E6C0A3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.82%

 BLUE value IS 163 (64.06% from 255) = 27.86%

R = 39.32%
G = 32.82%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E6C0A3 (or 0xE6C0A3) is known color: Negroni. HEX triplet: E6, C0 and A3. RGB value is (230,192,163). Sum of RGB (Red+Green+Blue) = 230+192+163=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C0A3 is #193F5C. Grayscale: #C8C8C8. Windows color (decimal): -1654621 or 10731750. OLE color: 10731750.

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

Color convert

RGB 230 192 163 -
CMYK 0 0.17 0.29 0.10
HSL 25.97º 0.57% 0.77% -
HSV(B) 25.97º 0.29% 0.9% -
XYZ 58.09 57.17 42.62 -
YUV 200.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 230 192 163 0 0.17 0.29 0.10 25.97 0.57 0.77
Hex E6 C0 A3 0 11 1D A 1A 39 4D
Octal 346 300 243 0 21 35 12 32 71 115
Binary 11100110 11000000 10100011 0 10001 11101 1010 11010 111001 1001101

Color Harmonies of #E6C0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0A3

Black with #E6C0A3

Text Example


Text Example

White with #E6C0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0A3; }

 p { color: rgb(230,192,163); }

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

background-color css

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

 a { background-color: rgb(230,192,163); }

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

border-color css

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

 span { border-color: rgb(230,192,163); }

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