#884f5d

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

Shades of Cannon Pink #884F5D

Tints of Cannon Pink #884F5D

Color information

#884F5D (or 0x884F5D) is unknown color: approx Cannon Pink. HEX triplet: 88, 4F and 5D. RGB value is (136,79,93). Sum of RGB (Red+Green+Blue) = 136+79+93=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #884F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F5D is #77B0A2. Grayscale: #616161. Windows color (decimal): -7844003 or 6115208. OLE color: 6115208.

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

Color convert

RGB1367993-
CMYK00.420.320.47
HSL345.26º26.51%42.16%-
HSV(B)345.26º41.91%53.33%-
XYZ14.9311.6211.81-
YUV97.64125.38155.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=44.16%
G=25.65%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136799300.420.320.47345.2626.5142.16
Hex884F5D02A202F1591b2a
Octal21011713505240575313352
Binary1000100010011111011101010101010000010111110101100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884f5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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