#885761

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

Shades of Cannon Pink #885761

Tints of Cannon Pink #885761

Color information

#885761 (or 0x885761) is unknown color: approx Cannon Pink. HEX triplet: 88, 57 and 61. RGB value is (136,87,97). Sum of RGB (Red+Green+Blue) = 136+87+97=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #885761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885761 is #77A89E. Grayscale: #666666. Windows color (decimal): -7841951 or 6379400. OLE color: 6379400.

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

Color convert

RGB1368797-
CMYK00.360.290.47
HSL347.76º21.97%43.73%-
HSV(B)347.76º36.03%53.33%-
XYZ15.7212.9112.97-
YUV102.79124.73151.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=42.5%
G=27.19%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136879700.360.290.47347.7621.9743.73
Hex8857610241D2F15c162c
Octal21012714104435575342654
Binary100010001010111110000101001001110110111110101110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885761; }

 p { color: rgb(136,87,97); }

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

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

 a { background-color: rgb(136,87,97); }

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

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

 span { border-color: rgb(136,87,97); }

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