Html Css Color HEX #885A5B Solid Pink

📋 copy color: '#885A5B'

red 136 ◦ green 90 ◦ blue 91

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

Shades of Solid Pink #885A5B

Tints of Solid Pink #885A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 42.9%
G = 28.39%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#885A5B (or 0x885A5B) is known color: Solid Pink. HEX triplet: 88, 5A and 5B. RGB value is (136,90,91). Sum of RGB (Red+Green+Blue) = 136+90+91=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #885A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A5B is #77A5A4. Grayscale: #676767. Windows color (decimal): -7841189 or 5986952. OLE color: 5986952.

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

Color convert

RGB 136 90 91 -
CMYK 0 0.34 0.33 0.47
HSL 358.7º 0.2% 0.44% -
HSV(B) 358.7º 0.34% 0.53% -
XYZ 15.7 13.3 11.64 -
YUV 103.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 136 90 91 0 0.34 0.33 0.47 358.7 0.2 0.44
Hex 88 5A 5B 0 22 21 2F 167 14 2C
Octal 210 132 133 0 42 41 57 547 24 54
Binary 10001000 1011010 1011011 0 100010 100001 101111 101100111 10100 101100

Color Harmonies of #885A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A5B

Black with #885A5B

Text Example


Text Example

White with #885A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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