#88595F

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

Shades of Cannon Pink #88595F

Tints of Cannon Pink #88595F

Color information

#88595F (or 0x88595F) is unknown color: approx Cannon Pink. HEX triplet: 88, 59 and 5F. RGB value is (136,89,95). Sum of RGB (Red+Green+Blue) = 136+89+95=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #88595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88595F is #77A6A0. Grayscale: #676767. Windows color (decimal): -7841441 or 6248840. OLE color: 6248840.

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

Color convert

RGB1368995-
CMYK00.350.300.47
HSL352.34º20.89%44.12%-
HSV(B)352.34º34.56%53.33%-
XYZ15.7913.2112.54-
YUV103.74123.07151.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=42.5%
G=27.81%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136899500.350.300.47352.3420.8944.12
Hex88595F0231E2F160152c
Octal21013113704336575402554
Binary100010001011001101111101000111111010111110110000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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