Html Css Color HEX #8C5358 Solid Pink

📋 copy color: '#8C5358'

red 140 ◦ green 83 ◦ blue 88

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

Shades of Solid Pink #8C5358

Tints of Solid Pink #8C5358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

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

R = 45.02%
G = 26.69%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8C5358 (or 0x8C5358) is known color: Solid Pink. HEX triplet: 8C, 53 and 58. RGB value is (140,83,88). Sum of RGB (Red+Green+Blue) = 140+83+88=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5358 is #73ACA7. Grayscale: #646464. Windows color (decimal): -7580840 or 5788556. OLE color: 5788556.

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

Color convert

RGB 140 83 88 -
CMYK 0 0.41 0.37 0.45
HSL 354.74º 0.26% 0.44% -
HSV(B) 354.74º 0.41% 0.55% -
XYZ 15.67 12.47 10.81 -
YUV 100.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 140 83 88 0 0.41 0.37 0.45 354.74 0.26 0.44
Hex 8C 53 58 0 29 25 2D 163 1A 2C
Octal 214 123 130 0 51 45 55 543 32 54
Binary 10001100 1010011 1011000 0 101001 100101 101101 101100011 11010 101100

Color Harmonies of #8C5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5358

Black with #8C5358

Text Example


Text Example

White with #8C5358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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