Html Css Color HEX #885B5D Solid Pink

📋 copy color: '#885B5D'

red 136 ◦ green 91 ◦ blue 93

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

Shades of Solid Pink #885B5D

Tints of Solid Pink #885B5D

RGB

 RED value IS 136 (53.52% from 255) = 42.5%

 GREEN value IS 91 (35.94% from 255) = 28.44%

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 42.5%
G = 28.44%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#885B5D (or 0x885B5D) is known color: Solid Pink. HEX triplet: 88, 5B and 5D. RGB value is (136,91,93). Sum of RGB (Red+Green+Blue) = 136+91+93=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #885B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B5D is #77A4A2. Grayscale: #686868. Windows color (decimal): -7840931 or 6118280. OLE color: 6118280.

HSL color Cylindrical-coordinate representation of color #885B5D: hue angle of 357.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #885B5D is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 91 93 -
CMYK 0 0.33 0.32 0.47
HSL 357.33º 0.2% 0.45% -
HSV(B) 357.33º 0.33% 0.53% -
XYZ 15.87 13.51 12.13 -
YUV 104.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 136 91 93 0 0.33 0.32 0.47 357.33 0.2 0.45
Hex 88 5B 5D 0 21 20 2F 165 14 2D
Octal 210 133 135 0 41 40 57 545 24 55
Binary 10001000 1011011 1011101 0 100001 100000 101111 101100101 10100 101101

Color Harmonies of #885B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B5D

Black with #885B5D

Text Example


Text Example

White with #885B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885B5D; }

 p { color: rgb(136,91,93); }

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

background-color css

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

 a { background-color: rgb(136,91,93); }

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

border-color css

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

 span { border-color: rgb(136,91,93); }

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