Html Css Color HEX #88494C Solid Pink

📋 copy color: '#88494C'

red 136 ◦ green 73 ◦ blue 76

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

Shades of Solid Pink #88494C

Tints of Solid Pink #88494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 47.72%
G = 25.61%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88494C (or 0x88494C) is known color: Solid Pink. HEX triplet: 88, 49 and 4C. RGB value is (136,73,76). Sum of RGB (Red+Green+Blue) = 136+73+76=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88494C is #77B6B3. Grayscale: #5C5C5C. Windows color (decimal): -7845556 or 4999560. OLE color: 4999560.

HSL color Cylindrical-coordinate representation of color #88494C: hue angle of 357.14º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88494C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 76 -
CMYK 0 0.46 0.44 0.47
HSL 357.14º 0.3% 0.41% -
HSV(B) 357.14º 0.46% 0.53% -
XYZ 13.84 10.52 8.14 -
YUV 92.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 136 73 76 0 0.46 0.44 0.47 357.14 0.3 0.41
Hex 88 49 4C 0 2E 2C 2F 165 1E 29
Octal 210 111 114 0 56 54 57 545 36 51
Binary 10001000 1001001 1001100 0 101110 101100 101111 101100101 11110 101001

Color Harmonies of #88494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88494C

Black with #88494C

Text Example


Text Example

White with #88494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88494C; }

 p { color: rgb(136,73,76); }

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

background-color css

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

 a { background-color: rgb(136,73,76); }

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

border-color css

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

 span { border-color: rgb(136,73,76); }

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