Html Css Color HEX #8C5858 Rose Taupe

📋 copy color: '#8C5858'

red 140 ◦ green 88 ◦ blue 88

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

Shades of Rose Taupe #8C5858

Tints of Rose Taupe #8C5858

RGB

 RED value IS 140 (55.08% from 255) = 44.3%

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 44.3%
G = 27.85%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8C5858 (or 0x8C5858) is known color: 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

RGB 140 88 88 -
CMYK 0 0.37 0.37 0.45
HSL 0.23% 0.45% -
HSV(B) 0.37% 0.55% -
XYZ 16.07 13.26 10.95 -
YUV 103.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 140 88 88 0 0.37 0.37 0.45 0 0.23 0.45
Hex 8C 58 58 0 25 25 2D 0 17 2D
Octal 214 130 130 0 45 45 55 0 27 55
Binary 10001100 1011000 1011000 0 100101 100101 101101 0 10111 101101

Color Harmonies of #8C5858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5858

Black with #8C5858

Text Example


Text Example

White with #8C5858

Text Example


Text Example

HTML Codes & Css Web 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>