Html Css Color HEX #E6A592 Tonys Pink

📋 copy color: '#E6A592'

red 230 ◦ green 165 ◦ blue 146

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

Shades of Tonys Pink #E6A592

Tints of Tonys Pink #E6A592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

 BLUE value IS 146 (57.42% from 255) = 26.99%

R = 42.51%
G = 30.5%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E6A592 (or 0xE6A592) is known color: Tonys Pink. HEX triplet: E6, A5 and 92. RGB value is (230,165,146). Sum of RGB (Red+Green+Blue) = 230+165+146=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A592 is #195A6D. Grayscale: #B6B6B6. Windows color (decimal): -1661550 or 9610726. OLE color: 9610726.

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

Color convert

RGB 230 165 146 -
CMYK 0 0.28 0.37 0.10
HSL 13.57º 0.63% 0.74% -
HSV(B) 13.57º 0.37% 0.9% -
XYZ 51.28 45.81 33.33 -
YUV 182.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 230 165 146 0 0.28 0.37 0.10 13.57 0.63 0.74
Hex E6 A5 92 0 1C 25 A E 3F 4A
Octal 346 245 222 0 34 45 12 16 77 112
Binary 11100110 10100101 10010010 0 11100 100101 1010 1110 111111 1001010

Color Harmonies of #E6A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A592

Black with #E6A592

Text Example


Text Example

White with #E6A592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A592; }

 p { color: rgb(230,165,146); }

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

background-color css

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

 a { background-color: rgb(230,165,146); }

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

border-color css

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

 span { border-color: rgb(230,165,146); }

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