Html Css Color HEX #E6C5A6 Negroni

📋 copy color: '#E6C5A6'

red 230 ◦ green 197 ◦ blue 166

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

Shades of Negroni #E6C5A6

Tints of Negroni #E6C5A6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.22%

 BLUE value IS 166 (65.23% from 255) = 27.99%

R = 38.79%
G = 33.22%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E6C5A6 (or 0xE6C5A6) is known color: Negroni. HEX triplet: E6, C5 and A6. RGB value is (230,197,166). Sum of RGB (Red+Green+Blue) = 230+197+166=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C5A6 is #193A59. Grayscale: #CBCBCB. Windows color (decimal): -1653338 or 10929638. OLE color: 10929638.

HSL color Cylindrical-coordinate representation of color #E6C5A6: hue angle of 29.06º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6C5A6 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 197 166 -
CMYK 0 0.14 0.28 0.10
HSL 29.06º 0.56% 0.78% -
HSV(B) 29.06º 0.28% 0.9% -
XYZ 59.48 59.51 44.43 -
YUV 203.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 230 197 166 0 0.14 0.28 0.10 29.06 0.56 0.78
Hex E6 C5 A6 0 E 1C A 1D 38 4E
Octal 346 305 246 0 16 34 12 35 70 116
Binary 11100110 11000101 10100110 0 1110 11100 1010 11101 111000 1001110

Color Harmonies of #E6C5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C5A6

Black with #E6C5A6

Text Example


Text Example

White with #E6C5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C5A6; }

 p { color: rgb(230,197,166); }

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

background-color css

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

 a { background-color: rgb(230,197,166); }

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

border-color css

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

 span { border-color: rgb(230,197,166); }

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