Html Css Color HEX #E6A38C Tonys Pink

📋 copy color: '#E6A38C'

red 230 ◦ green 163 ◦ blue 140

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

Shades of Tonys Pink #E6A38C

Tints of Tonys Pink #E6A38C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.58%

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

R = 43.15%
G = 30.58%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6A38C (or 0xE6A38C) is known color: Tonys Pink. HEX triplet: E6, A3 and 8C. RGB value is (230,163,140). Sum of RGB (Red+Green+Blue) = 230+163+140=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A38C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A38C is #195C73. Grayscale: #B4B4B4. Windows color (decimal): -1662068 or 9216998. OLE color: 9216998.

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

Color convert

RGB 230 163 140 -
CMYK 0 0.29 0.39 0.10
HSL 15.33º 0.64% 0.73% -
HSV(B) 15.33º 0.39% 0.9% -
XYZ 50.46 44.91 30.82 -
YUV 180.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 230 163 140 0 0.29 0.39 0.10 15.33 0.64 0.73
Hex E6 A3 8C 0 1D 27 A F 40 49
Octal 346 243 214 0 35 47 12 17 100 111
Binary 11100110 10100011 10001100 0 11101 100111 1010 1111 1000000 1001001

Color Harmonies of #E6A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A38C

Black with #E6A38C

Text Example


Text Example

White with #E6A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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