#885964

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

Shades of Cannon Pink #885964

Tints of Cannon Pink #885964

Color information

#885964 (or 0x885964) is unknown color: approx Cannon Pink. HEX triplet: 88, 59 and 64. RGB value is (136,89,100). Sum of RGB (Red+Green+Blue) = 136+89+100=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #885964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885964 is #77A69B. Grayscale: #686868. Windows color (decimal): -7841436 or 6576520. OLE color: 6576520.

HSL color Cylindrical-coordinate representation of color #885964: hue angle of 345.96º 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 #885964 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13689100-
CMYK00.350.260.47
HSL345.96º20.89%44.12%-
HSV(B)345.96º34.56%53.33%-
XYZ16.0313.313.78-
YUV104.31125.57150.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=41.85%
G=27.38%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368910000.350.260.47345.9620.8944.12
Hex8859640231A2F15a152c
Octal21013114404332575322554
Binary100010001011001110010001000111101010111110101101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885964; }

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

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

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

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

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

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

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

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