#864E5F

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

Shades of Cannon Pink #864E5F

Tints of Cannon Pink #864E5F

Color information

#864E5F (or 0x864E5F) is unknown color: approx Cannon Pink. HEX triplet: 86, 4E and 5F. RGB value is (134,78,95). Sum of RGB (Red+Green+Blue) = 134+78+95=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #864E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E5F is #79B1A0. Grayscale: #606060. Windows color (decimal): -7975329 or 6246022. OLE color: 6246022.

HSL color Cylindrical-coordinate representation of color #864E5F: hue angle of 341.79º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E5F is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1347895-
CMYK00.420.290.47
HSL341.79º26.42%41.57%-
HSV(B)341.79º41.79%52.55%-
XYZ14.6211.3412.25-
YUV96.68127.05154.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=43.65%
G=25.41%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134789500.420.290.47341.7926.4241.57
Hex864E5F02A1D2F1561a2a
Octal20611613705235575263252
Binary100001101001110101111101010101110110111110101011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E5F; }

 p { color: rgb(134,78,95); }

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

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

 a { background-color: rgb(134,78,95); }

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

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

 span { border-color: rgb(134,78,95); }

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