Html Css Color HEX #884C5B Cannon Pink

📋 copy color: '#884C5B'

red 136 ◦ green 76 ◦ blue 91

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

Shades of Cannon Pink #884C5B

Tints of Cannon Pink #884C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 44.88%
G = 25.08%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#884C5B (or 0x884C5B) is known color: Cannon Pink. HEX triplet: 88, 4C and 5B. RGB value is (136,76,91). Sum of RGB (Red+Green+Blue) = 136+76+91=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #884C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C5B is #77B3A4. Grayscale: #5F5F5F. Windows color (decimal): -7844773 or 5983368. OLE color: 5983368.

HSL color Cylindrical-coordinate representation of color #884C5B: hue angle of 345º 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 #884C5B is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 91 -
CMYK 0 0.44 0.33 0.47
HSL 345º 0.28% 0.42% -
HSV(B) 345º 0.44% 0.53% -
XYZ 14.63 11.16 11.28 -
YUV 95.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 136 76 91 0 0.44 0.33 0.47 345 0.28 0.42
Hex 88 4C 5B 0 2C 21 2F 159 1C 2A
Octal 210 114 133 0 54 41 57 531 34 52
Binary 10001000 1001100 1011011 0 101100 100001 101111 101011001 11100 101010

Color Harmonies of #884C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C5B

Black with #884C5B

Text Example


Text Example

White with #884C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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