#885668

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

Shades of Cannon Pink #885668

Tints of Cannon Pink #885668

Color information

#885668 (or 0x885668) is unknown color: approx Cannon Pink. HEX triplet: 88, 56 and 68. RGB value is (136,86,104). Sum of RGB (Red+Green+Blue) = 136+86+104=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #885668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885668 is #77A997. Grayscale: #666666. Windows color (decimal): -7842200 or 6837896. OLE color: 6837896.

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

Color convert

RGB13686104-
CMYK00.370.240.47
HSL338.4º22.52%43.53%-
HSV(B)338.4º36.76%53.33%-
XYZ15.9812.8914.74-
YUV103128.56151.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=41.72%
G=26.38%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368610400.370.240.47338.422.5243.53
Hex885668025182F152172c
Octal21012615004530575222754
Binary100010001010110110100001001011100010111110101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885668; }

 p { color: rgb(136,86,104); }

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

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

 a { background-color: rgb(136,86,104); }

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

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

 span { border-color: rgb(136,86,104); }

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