#87555F

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

Shades of Cannon Pink #87555F

Tints of Cannon Pink #87555F

Color information

#87555F (or 0x87555F) is unknown color: approx Cannon Pink. HEX triplet: 87, 55 and 5F. RGB value is (135,85,95). Sum of RGB (Red+Green+Blue) = 135+85+95=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87555F is #78AAA0. Grayscale: #656565. Windows color (decimal): -7908001 or 6247815. OLE color: 6247815.

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

Color convert

RGB1358595-
CMYK00.370.300.47
HSL348º22.73%43.14%-
HSV(B)348º37.04%52.94%-
XYZ15.3112.4712.43-
YUV101.09124.56152.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=42.86%
G=26.98%
B=30.16%

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
Decimal135859500.370.300.4734822.7343.14
Hex87555F0251E2F15c172b
Octal20712513704536575342753
Binary100001111010101101111101001011111010111110101110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,85,95); }

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

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

 a { background-color: rgb(135,85,95); }

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

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

 span { border-color: rgb(135,85,95); }

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