Html Css Color HEX #E6A48B Tonys Pink

📋 copy color: '#E6A48B'

red 230 ◦ green 164 ◦ blue 139

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

Shades of Tonys Pink #E6A48B

Tints of Tonys Pink #E6A48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.77%

 BLUE value IS 139 (54.69% from 255) = 26.08%

R = 43.15%
G = 30.77%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6A48B (or 0xE6A48B) is known color: Tonys Pink. HEX triplet: E6, A4 and 8B. RGB value is (230,164,139). Sum of RGB (Red+Green+Blue) = 230+164+139=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A48B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A48B is #195B74. Grayscale: #B5B5B5. Windows color (decimal): -1661813 or 9151718. OLE color: 9151718.

HSL color Cylindrical-coordinate representation of color #E6A48B: hue angle of 16.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6A48B is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 164 139 -
CMYK 0 0.29 0.40 0.10
HSL 16.48º 0.65% 0.72% -
HSV(B) 16.48º 0.4% 0.9% -
XYZ 50.57 45.24 30.49 -
YUV 180.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 230 164 139 0 0.29 0.40 0.10 16.48 0.65 0.72
Hex E6 A4 8B 0 1D 28 A 10 41 48
Octal 346 244 213 0 35 50 12 20 101 110
Binary 11100110 10100100 10001011 0 11101 101000 1010 10000 1000001 1001000

Color Harmonies of #E6A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A48B

Black with #E6A48B

Text Example


Text Example

White with #E6A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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