#88586D

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

Shades of Cannon Pink #88586D

Tints of Cannon Pink #88586D

Color information

#88586D (or 0x88586D) is unknown color: approx Cannon Pink. HEX triplet: 88, 58 and 6D. RGB value is (136,88,109). Sum of RGB (Red+Green+Blue) = 136+88+109=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #88586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88586D is #77A792. Grayscale: #686868. Windows color (decimal): -7841683 or 7166088. OLE color: 7166088.

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

Color convert

RGB13688109-
CMYK00.350.200.47
HSL333.75º21.43%43.92%-
HSV(B)333.75º35.29%53.33%-
XYZ16.413.3216.17-
YUV104.75130.4150.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=40.84%
G=26.43%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368810900.350.200.47333.7521.4343.92
Hex88586D023142F14e152c
Octal21013015504324575162554
Binary100010001011000110110101000111010010111110100111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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