#864E5B

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

Shades of Cannon Pink #864E5B

Tints of Cannon Pink #864E5B

Color information

#864E5B (or 0x864E5B) is unknown color: approx Cannon Pink. HEX triplet: 86, 4E and 5B. RGB value is (134,78,91). Sum of RGB (Red+Green+Blue) = 134+78+91=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #864E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E5B is #79B1A4. Grayscale: #606060. Windows color (decimal): -7975333 or 5983878. OLE color: 5983878.

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

Color convert

RGB1347891-
CMYK00.420.320.47
HSL346.07º26.42%41.57%-
HSV(B)346.07º41.79%52.55%-
XYZ14.4411.2711.31-
YUV96.23125.05154.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=44.22%
G=25.74%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134789100.420.320.47346.0726.4241.57
Hex864E5B02A202F15a1a2a
Octal20611613305240575323252
Binary1000011010011101011011010101010000010111110101101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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