Html Css Color HEX #8E5E5C Rose Taupe

📋 copy color: '#8E5E5C'

red 142 ◦ green 94 ◦ blue 92

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

Shades of Rose Taupe #8E5E5C

Tints of Rose Taupe #8E5E5C

RGB

 RED value IS 142 (55.86% from 255) = 43.29%

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 43.29%
G = 28.66%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E5E5C (or 0x8E5E5C) is known color: Rose Taupe. HEX triplet: 8E, 5E and 5C. RGB value is (142,94,92). Sum of RGB (Red+Green+Blue) = 142+94+92=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E5C is #71A1A3. Grayscale: #6C6C6C. Windows color (decimal): -7446948 or 6053518. OLE color: 6053518.

HSL color Cylindrical-coordinate representation of color #8E5E5C: hue angle of 2.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E5E5C is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 94 92 -
CMYK 0 0.34 0.35 0.44
HSL 2.4º 0.21% 0.46% -
HSV(B) 2.4º 0.35% 0.56% -
XYZ 17.09 14.53 12.03 -
YUV 108.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 142 94 92 0 0.34 0.35 0.44 2.4 0.21 0.46
Hex 8E 5E 5C 0 22 23 2C 2 15 2E
Octal 216 136 134 0 42 43 54 2 25 56
Binary 10001110 1011110 1011100 0 100010 100011 101100 10 10101 101110

Color Harmonies of #8E5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E5C

Black with #8E5E5C

Text Example


Text Example

White with #8E5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E5E5C; }

 p { color: rgb(142,94,92); }

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

background-color css

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

 a { background-color: rgb(142,94,92); }

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

border-color css

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

 span { border-color: rgb(142,94,92); }

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