Html Css Color HEX #885B5C Solid Pink

📋 copy color: '#885B5C'

red 136 ◦ green 91 ◦ blue 92

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

Shades of Solid Pink #885B5C

Tints of Solid Pink #885B5C

RGB

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

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

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

R = 42.63%
G = 28.53%
B = 28.84%

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

#885B5C (or 0x885B5C) is known color: Solid Pink. HEX triplet: 88, 5B and 5C. RGB value is (136,91,92). Sum of RGB (Red+Green+Blue) = 136+91+92=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B5C is #77A4A3. Grayscale: #686868. Windows color (decimal): -7840932 or 6052744. OLE color: 6052744.

HSL color Cylindrical-coordinate representation of color #885B5C: hue angle of 358.67º 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 #885B5C is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 91 92 -
CMYK 0 0.33 0.32 0.47
HSL 358.67º 0.2% 0.45% -
HSV(B) 358.67º 0.33% 0.53% -
XYZ 15.83 13.49 11.89 -
YUV 104.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 136 91 92 0 0.33 0.32 0.47 358.67 0.2 0.45
Hex 88 5B 5C 0 21 20 2F 167 14 2D
Octal 210 133 134 0 41 40 57 547 24 55
Binary 10001000 1011011 1011100 0 100001 100000 101111 101100111 10100 101101

Color Harmonies of #885B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B5C

Black with #885B5C

Text Example


Text Example

White with #885B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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