#88565F

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

Shades of Cannon Pink #88565F

Tints of Cannon Pink #88565F

Color information

#88565F (or 0x88565F) is unknown color: approx Cannon Pink. HEX triplet: 88, 56 and 5F. RGB value is (136,86,95). Sum of RGB (Red+Green+Blue) = 136+86+95=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88565F is #77A9A0. Grayscale: #656565. Windows color (decimal): -7842209 or 6248072. OLE color: 6248072.

HSL color Cylindrical-coordinate representation of color #88565F: hue angle of 349.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88565F is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1368695-
CMYK00.370.300.47
HSL349.2º22.52%43.53%-
HSV(B)349.2º36.76%53.33%-
XYZ15.5512.7212.46-
YUV101.98124.06152.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=42.90%
G=27.13%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136869500.370.300.47349.222.5243.53
Hex88565F0251E2F15d172c
Octal21012613704536575352754
Binary100010001010110101111101001011111010111110101110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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