#88556F

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

Shades of Cannon Pink #88556F

Tints of Cannon Pink #88556F

Color information

#88556F (or 0x88556F) is unknown color: approx Cannon Pink. HEX triplet: 88, 55 and 6F. RGB value is (136,85,111). Sum of RGB (Red+Green+Blue) = 136+85+111=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88556F is #77AA90. Grayscale: #676767. Windows color (decimal): -7842449 or 7296392. OLE color: 7296392.

HSL color Cylindrical-coordinate representation of color #88556F: hue angle of 329.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88556F is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13685111-
CMYK00.380.180.47
HSL329.41º23.08%43.33%-
HSV(B)329.41º37.5%53.33%-
XYZ16.2712.8816.67-
YUV103.21132.4151.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=40.96%
G=25.60%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368511100.380.180.47329.4123.0843.33
Hex88556F026122F149172b
Octal21012515704622575112753
Binary100010001010101110111101001101001010111110100100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88556F; }

 p { color: rgb(136,85,111); }

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

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

 a { background-color: rgb(136,85,111); }

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

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

 span { border-color: rgb(136,85,111); }

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