#885662

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

Shades of Cannon Pink #885662

Tints of Cannon Pink #885662

Color information

#885662 (or 0x885662) is unknown color: approx Cannon Pink. HEX triplet: 88, 56 and 62. RGB value is (136,86,98). Sum of RGB (Red+Green+Blue) = 136+86+98=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #885662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885662 is #77A99D. Grayscale: #666666. Windows color (decimal): -7842206 or 6444680. OLE color: 6444680.

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

Color convert

RGB1368698-
CMYK00.370.280.47
HSL345.6º22.52%43.53%-
HSV(B)345.6º36.76%53.33%-
XYZ15.6912.7713.19-
YUV102.32125.56152.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=42.5%
G=26.88%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136869800.370.280.47345.622.5243.53
Hex8856620251C2F15a172c
Octal21012614204534575322754
Binary100010001010110110001001001011110010111110101101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885662; }

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

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

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

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

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

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

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

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