#8C5858

Color #8C5858 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #8C5858

Tints of Rose Taupe #8C5858

Color information

#8C5858 (or 0x8C5858) is unknown color: approx Rose Taupe. HEX triplet: 8C, 58 and 58. RGB value is (140,88,88). Sum of RGB (Red+Green+Blue) = 140+88+88=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5858 is #73A7A7. Grayscale: #676767. Windows color (decimal): -7579560 or 5789836. OLE color: 5789836.

HSL color Cylindrical-coordinate representation of color #8C5858: hue angle of 0º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5858 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1408888-
CMYK00.370.370.45
HSL22.81%44.71%-
HSV(B)37.14%54.9%-
XYZ16.0713.2610.95-
YUV103.55119.23154-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=44.30%
G=27.85%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140888800.370.370.45022.8144.71
Hex8C5858025252D0172d
Octal214130130045455502755
Binary10001100101100010110000100101100101101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,88,88); }

 H1.HeaderClassName
 {
   color: #8C5858;
 }
 .AnyTagClassName
 {
   color: #8C5858;
 }
</style>
background-color css

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

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

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

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

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

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