Html Css Color HEX #884C54 Solid Pink

📋 copy color: '#884C54'

red 136 ◦ green 76 ◦ blue 84

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

Shades of Solid Pink #884C54

Tints of Solid Pink #884C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.68%

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 45.95%
G = 25.68%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#884C54 (or 0x884C54) is known color: Solid Pink. HEX triplet: 88, 4C and 54. RGB value is (136,76,84). Sum of RGB (Red+Green+Blue) = 136+76+84=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #884C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C54 is #77B3AB. Grayscale: #5E5E5E. Windows color (decimal): -7844780 or 5524616. OLE color: 5524616.

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

Color convert

RGB 136 76 84 -
CMYK 0 0.44 0.38 0.47
HSL 352º 0.28% 0.42% -
HSV(B) 352º 0.44% 0.53% -
XYZ 14.34 11.04 9.76 -
YUV 94.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 136 76 84 0 0.44 0.38 0.47 352 0.28 0.42
Hex 88 4C 54 0 2C 26 2F 160 1C 2A
Octal 210 114 124 0 54 46 57 540 34 52
Binary 10001000 1001100 1010100 0 101100 100110 101111 101100000 11100 101010

Color Harmonies of #884C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C54

Black with #884C54

Text Example


Text Example

White with #884C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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