#884F5B

Color #884F5B Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #884F5B

Tints of Cannon Pink #884F5B

Color information

#884F5B (or 0x884F5B) is unknown color: approx Cannon Pink. HEX triplet: 88, 4F and 5B. RGB value is (136,79,91). Sum of RGB (Red+Green+Blue) = 136+79+91=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #884F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F5B is #77B0A4. Grayscale: #616161. Windows color (decimal): -7844005 or 5984136. OLE color: 5984136.

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

Color convert

RGB1367991-
CMYK00.420.330.47
HSL347.37º26.51%42.16%-
HSV(B)347.37º41.91%53.33%-
XYZ14.8411.5811.35-
YUV97.41124.38155.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=44.44%
G=25.82%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136799100.420.330.47347.3726.5142.16
Hex884F5B02A212F15b1b2a
Octal21011713305241575333352
Binary1000100010011111011011010101010000110111110101101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #884F5B;
 }
 .AnyTagClassName
 {
   color: #884F5B;
 }
</style>
background-color css

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

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

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

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

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

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