#88586C

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

Shades of Cannon Pink #88586C

Tints of Cannon Pink #88586C

Color information

#88586C (or 0x88586C) is unknown color: approx Cannon Pink. HEX triplet: 88, 58 and 6C. RGB value is (136,88,108). Sum of RGB (Red+Green+Blue) = 136+88+108=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88586C is #77A793. Grayscale: #686868. Windows color (decimal): -7841684 or 7100552. OLE color: 7100552.

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

Color convert

RGB13688108-
CMYK00.350.210.47
HSL335º21.43%43.92%-
HSV(B)335º35.29%53.33%-
XYZ16.3513.315.89-
YUV104.63129.9150.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=40.96%
G=26.51%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368810800.350.210.4733521.4343.92
Hex88586C023152F14f152c
Octal21013015404325575172554
Binary100010001011000110110001000111010110111110100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88586C; }

 p { color: rgb(136,88,108); }

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

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

 a { background-color: rgb(136,88,108); }

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

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

 span { border-color: rgb(136,88,108); }

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