#875465

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

Shades of Cannon Pink #875465

Tints of Cannon Pink #875465

Color information

#875465 (or 0x875465) is unknown color: approx Cannon Pink. HEX triplet: 87, 54 and 65. RGB value is (135,84,101). Sum of RGB (Red+Green+Blue) = 135+84+101=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875465 is #78AB9A. Grayscale: #656565. Windows color (decimal): -7908251 or 6640775. OLE color: 6640775.

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

Color convert

RGB13584101-
CMYK00.380.250.47
HSL340º23.29%42.94%-
HSV(B)340º37.78%52.94%-
XYZ15.5112.4313.89-
YUV101.19127.9152.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=42.19%
G=26.25%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358410100.380.250.4734023.2942.94
Hex875465026192F154172b
Octal20712414504631575242753
Binary100001111010100110010101001101100110111110101010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875465; }

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

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

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

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

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

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

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

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