#875565

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

Shades of Cannon Pink #875565

Tints of Cannon Pink #875565

Color information

#875565 (or 0x875565) is unknown color: approx Cannon Pink. HEX triplet: 87, 55 and 65. RGB value is (135,85,101). Sum of RGB (Red+Green+Blue) = 135+85+101=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #875565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875565 is #78AA9A. Grayscale: #656565. Windows color (decimal): -7907995 or 6641031. OLE color: 6641031.

HSL color Cylindrical-coordinate representation of color #875565: hue angle of 340.8º 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 #875565 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13585101-
CMYK00.370.250.47
HSL340.8º22.73%43.14%-
HSV(B)340.8º37.04%52.94%-
XYZ15.5912.5913.92-
YUV101.77127.56151.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=42.06%
G=26.48%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358510100.370.250.47340.822.7343.14
Hex875565025192F155172b
Octal20712514504531575252753
Binary100001111010101110010101001011100110111110101010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875565; }

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

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

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

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

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

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

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

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