#88585D

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

Shades of Cannon Pink #88585D

Tints of Cannon Pink #88585D

Color information

#88585D (or 0x88585D) is unknown color: approx Cannon Pink. HEX triplet: 88, 58 and 5D. RGB value is (136,88,93). Sum of RGB (Red+Green+Blue) = 136+88+93=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88585D is #77A7A2. Grayscale: #666666. Windows color (decimal): -7841699 or 6117512. OLE color: 6117512.

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

Color convert

RGB1368893-
CMYK00.350.320.47
HSL353.75º21.43%43.92%-
HSV(B)353.75º35.29%53.33%-
XYZ15.621312.04-
YUV102.92122.4151.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=42.90%
G=27.76%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136889300.350.320.47353.7521.4343.92
Hex88585D023202F162152c
Octal21013013504340575422554
Binary1000100010110001011101010001110000010111110110001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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