Html Css Color HEX #E6A18C Tonys Pink

📋 copy color: '#E6A18C'

red 230 ◦ green 161 ◦ blue 140

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

Shades of Tonys Pink #E6A18C

Tints of Tonys Pink #E6A18C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.32%

 BLUE value IS 140 (55.08% from 255) = 26.37%

R = 43.31%
G = 30.32%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6A18C (or 0xE6A18C) is known color: Tonys Pink. HEX triplet: E6, A1 and 8C. RGB value is (230,161,140). Sum of RGB (Red+Green+Blue) = 230+161+140=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A18C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A18C is #195E73. Grayscale: #B3B3B3. Windows color (decimal): -1662580 or 9216486. OLE color: 9216486.

HSL color Cylindrical-coordinate representation of color #E6A18C: hue angle of 14º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6A18C is Cyan = 0, Magento = 0.3, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 161 140 -
CMYK 0 0.3 0.39 0.10
HSL 14º 0.64% 0.73% -
HSV(B) 14º 0.39% 0.9% -
XYZ 50.11 44.21 30.7 -
YUV 179.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 230 161 140 0 0.3 0.39 0.10 14 0.64 0.73
Hex E6 A1 8C 0 1E 27 A E 40 49
Octal 346 241 214 0 36 47 12 16 100 111
Binary 11100110 10100001 10001100 0 11110 100111 1010 1110 1000000 1001001

Color Harmonies of #E6A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A18C

Black with #E6A18C

Text Example


Text Example

White with #E6A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A18C; }

 p { color: rgb(230,161,140); }

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

background-color css

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

 a { background-color: rgb(230,161,140); }

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

border-color css

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

 span { border-color: rgb(230,161,140); }

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