#88595E

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

Shades of Cannon Pink #88595E

Tints of Cannon Pink #88595E

Color information

#88595E (or 0x88595E) is unknown color: approx Cannon Pink. HEX triplet: 88, 59 and 5E. RGB value is (136,89,94). Sum of RGB (Red+Green+Blue) = 136+89+94=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #88595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88595E is #77A6A1. Grayscale: #676767. Windows color (decimal): -7841442 or 6183304. OLE color: 6183304.

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

Color convert

RGB1368994-
CMYK00.350.310.47
HSL353.62º20.89%44.12%-
HSV(B)353.62º34.56%53.33%-
XYZ15.7513.1912.31-
YUV103.62122.57151.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=42.63%
G=27.90%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136899400.350.310.47353.6220.8944.12
Hex88595E0231F2F162152c
Octal21013113604337575422554
Binary100010001011001101111001000111111110111110110001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88595E; }

 p { color: rgb(136,89,94); }

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

<style>
 a { background-color: #88595E; }

 a { background-color: rgb(136,89,94); }

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

<style>
 span { border-color: #88595E; }

 span { border-color: rgb(136,89,94); }

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