#885966

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

Shades of Cannon Pink #885966

Tints of Cannon Pink #885966

Color information

#885966 (or 0x885966) is unknown color: approx Cannon Pink. HEX triplet: 88, 59 and 66. RGB value is (136,89,102). Sum of RGB (Red+Green+Blue) = 136+89+102=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #885966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885966 is #77A699. Grayscale: #686868. Windows color (decimal): -7841434 or 6707592. OLE color: 6707592.

HSL color Cylindrical-coordinate representation of color #885966: hue angle of 343.4º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885966 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13689102-
CMYK00.350.250.47
HSL343.4º20.89%44.12%-
HSV(B)343.4º34.56%53.33%-
XYZ16.1213.3414.3-
YUV104.54126.57150.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=41.59%
G=27.22%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368910200.350.250.47343.420.8944.12
Hex885966023192F157152c
Octal21013114604331575272554
Binary100010001011001110011001000111100110111110101011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885966; }

 p { color: rgb(136,89,102); }

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

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

 a { background-color: rgb(136,89,102); }

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

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

 span { border-color: rgb(136,89,102); }

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