Html Css Color HEX #885055 Solid Pink

📋 copy color: '#885055'

red 136 ◦ green 80 ◦ blue 85

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

Shades of Solid Pink #885055

Tints of Solid Pink #885055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 45.18%
G = 26.58%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#885055 (or 0x885055) is known color: Solid Pink. HEX triplet: 88, 50 and 55. RGB value is (136,80,85). Sum of RGB (Red+Green+Blue) = 136+80+85=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #885055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885055 is #77AFAA. Grayscale: #616161. Windows color (decimal): -7843755 or 5591176. OLE color: 5591176.

HSL color Cylindrical-coordinate representation of color #885055: hue angle of 354.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885055 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 85 -
CMYK 0 0.41 0.38 0.47
HSL 354.64º 0.26% 0.42% -
HSV(B) 354.64º 0.41% 0.53% -
XYZ 14.66 11.63 10.07 -
YUV 97.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 136 80 85 0 0.41 0.38 0.47 354.64 0.26 0.42
Hex 88 50 55 0 29 26 2F 163 1A 2A
Octal 210 120 125 0 51 46 57 543 32 52
Binary 10001000 1010000 1010101 0 101001 100110 101111 101100011 11010 101010

Color Harmonies of #885055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885055

Black with #885055

Text Example


Text Example

White with #885055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885055; }

 p { color: rgb(136,80,85); }

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

background-color css

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

 a { background-color: rgb(136,80,85); }

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

border-color css

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

 span { border-color: rgb(136,80,85); }

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