#875463

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

Shades of Cannon Pink #875463

Tints of Cannon Pink #875463

Color information

#875463 (or 0x875463) is unknown color: approx Cannon Pink. HEX triplet: 87, 54 and 63. RGB value is (135,84,99). Sum of RGB (Red+Green+Blue) = 135+84+99=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875463 is #78AB9C. Grayscale: #646464. Windows color (decimal): -7908253 or 6509703. OLE color: 6509703.

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

Color convert

RGB1358499-
CMYK00.380.270.47
HSL342.35º23.29%42.94%-
HSV(B)342.35º37.78%52.94%-
XYZ15.4112.3913.38-
YUV100.96126.9152.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=42.45%
G=26.42%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135849900.380.270.47342.3523.2942.94
Hex8754630261B2F156172b
Octal20712414304633575262753
Binary100001111010100110001101001101101110111110101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875463; }

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

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

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

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

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

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

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

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