#885B61

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

Shades of Cannon Pink #885B61

Tints of Cannon Pink #885B61

Color information

#885B61 (or 0x885B61) is unknown color: approx Cannon Pink. HEX triplet: 88, 5B and 61. RGB value is (136,91,97). Sum of RGB (Red+Green+Blue) = 136+91+97=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #885B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B61 is #77A49E. Grayscale: #696969. Windows color (decimal): -7840927 or 6380424. OLE color: 6380424.

HSL color Cylindrical-coordinate representation of color #885B61: hue angle of 352º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #885B61 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1369197-
CMYK00.330.290.47
HSL352º19.82%44.51%-
HSV(B)352º33.09%53.33%-
XYZ16.0513.5813.08-
YUV105.14123.41150.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=41.98%
G=28.09%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136919700.330.290.4735219.8244.51
Hex885B610211D2F160142d
Octal21013314104135575402455
Binary100010001011011110000101000011110110111110110000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885B61; }

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

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

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

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

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

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

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

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