Html Css Color HEX #884E5D Cannon Pink

📋 copy color: '#884E5D'

red 136 ◦ green 78 ◦ blue 93

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

Shades of Cannon Pink #884E5D

Tints of Cannon Pink #884E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.41%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 44.3%
G = 25.41%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#884E5D (or 0x884E5D) is known color: Cannon Pink. HEX triplet: 88, 4E and 5D. RGB value is (136,78,93). Sum of RGB (Red+Green+Blue) = 136+78+93=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #884E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E5D is #77B1A2. Grayscale: #616161. Windows color (decimal): -7844259 or 6114952. OLE color: 6114952.

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

Color convert

RGB 136 78 93 -
CMYK 0 0.43 0.32 0.47
HSL 344.48º 0.27% 0.42% -
HSV(B) 344.48º 0.43% 0.53% -
XYZ 14.85 11.47 11.79 -
YUV 97.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 136 78 93 0 0.43 0.32 0.47 344.48 0.27 0.42
Hex 88 4E 5D 0 2B 20 2F 158 1B 2A
Octal 210 116 135 0 53 40 57 530 33 52
Binary 10001000 1001110 1011101 0 101011 100000 101111 101011000 11011 101010

Color Harmonies of #884E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884E5D

Black with #884E5D

Text Example


Text Example

White with #884E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,78,93); }

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

background-color css

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

 a { background-color: rgb(136,78,93); }

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

border-color css

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

 span { border-color: rgb(136,78,93); }

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