Html Css Color HEX #885455 Solid Pink

📋 copy color: '#885455'

red 136 ◦ green 84 ◦ blue 85

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

Shades of Solid Pink #885455

Tints of Solid Pink #885455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

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

R = 44.59%
G = 27.54%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#885455 (or 0x885455) is known color: Solid Pink. HEX triplet: 88, 54 and 55. RGB value is (136,84,85). Sum of RGB (Red+Green+Blue) = 136+84+85=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885455 is #77ABAA. Grayscale: #636363. Windows color (decimal): -7842731 or 5592200. OLE color: 5592200.

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

Color convert

RGB 136 84 85 -
CMYK 0 0.38 0.38 0.47
HSL 358.85º 0.24% 0.43% -
HSV(B) 358.85º 0.38% 0.53% -
XYZ 14.96 12.23 10.17 -
YUV 99.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 136 84 85 0 0.38 0.38 0.47 358.85 0.24 0.43
Hex 88 54 55 0 26 26 2F 167 18 2B
Octal 210 124 125 0 46 46 57 547 30 53
Binary 10001000 1010100 1010101 0 100110 100110 101111 101100111 11000 101011

Color Harmonies of #885455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885455

Black with #885455

Text Example


Text Example

White with #885455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885455; }

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

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

background-color css

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

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

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

border-color css

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

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

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