#864E5D

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

Shades of Cannon Pink #864E5D

Tints of Cannon Pink #864E5D

Color information

#864E5D (or 0x864E5D) is unknown color: approx Cannon Pink. HEX triplet: 86, 4E and 5D. RGB value is (134,78,93). Sum of RGB (Red+Green+Blue) = 134+78+93=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #864E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E5D is #79B1A2. Grayscale: #606060. Windows color (decimal): -7975331 or 6114950. OLE color: 6114950.

HSL color Cylindrical-coordinate representation of color #864E5D: hue angle of 343.93º 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 #864E5D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1347893-
CMYK00.420.310.47
HSL343.93º26.42%41.57%-
HSV(B)343.93º41.79%52.55%-
XYZ14.5311.3111.77-
YUV96.45126.05154.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=43.93%
G=25.57%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134789300.420.310.47343.9326.4241.57
Hex864E5D02A1F2F1581a2a
Octal20611613505237575303252
Binary100001101001110101110101010101111110111110101100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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