#88556C

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

Shades of Cannon Pink #88556C

Tints of Cannon Pink #88556C

Color information

#88556C (or 0x88556C) is unknown color: approx Cannon Pink. HEX triplet: 88, 55 and 6C. RGB value is (136,85,108). Sum of RGB (Red+Green+Blue) = 136+85+108=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88556C is #77AA93. Grayscale: #666666. Windows color (decimal): -7842452 or 7099784. OLE color: 7099784.

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

Color convert

RGB13685108-
CMYK00.380.210.47
HSL332.94º23.08%43.33%-
HSV(B)332.94º37.5%53.33%-
XYZ16.1112.8115.81-
YUV102.87130.9151.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=41.34%
G=25.84%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368510800.380.210.47332.9423.0843.33
Hex88556C026152F14d172b
Octal21012515404625575152753
Binary100010001010101110110001001101010110111110100110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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