#88576E

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

Shades of Cannon Pink #88576E

Tints of Cannon Pink #88576E

Color information

#88576E (or 0x88576E) is unknown color: approx Cannon Pink. HEX triplet: 88, 57 and 6E. RGB value is (136,87,110). Sum of RGB (Red+Green+Blue) = 136+87+110=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #88576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88576E is #77A891. Grayscale: #686868. Windows color (decimal): -7841938 or 7231368. OLE color: 7231368.

HSL color Cylindrical-coordinate representation of color #88576E: hue angle of 331.84º 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 #88576E is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13687110-
CMYK00.360.190.47
HSL331.84º21.97%43.73%-
HSV(B)331.84º36.03%53.33%-
XYZ16.3813.1816.43-
YUV104.27131.23150.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=40.84%
G=26.13%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368711000.360.190.47331.8421.9743.73
Hex88576E024132F14c162c
Octal21012715604423575142654
Binary100010001010111110111001001001001110111110100110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88576E; }

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

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

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

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

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

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

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

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