#864F5D

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

Shades of Cannon Pink #864F5D

Tints of Cannon Pink #864F5D

Color information

#864F5D (or 0x864F5D) is unknown color: approx Cannon Pink. HEX triplet: 86, 4F and 5D. RGB value is (134,79,93). Sum of RGB (Red+Green+Blue) = 134+79+93=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #864F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F5D is #79B0A2. Grayscale: #616161. Windows color (decimal): -7975075 or 6115206. OLE color: 6115206.

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

Color convert

RGB1347993-
CMYK00.410.310.47
HSL344.73º25.82%41.76%-
HSV(B)344.73º41.04%52.55%-
XYZ14.611.4511.8-
YUV97.04125.72154.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=43.79%
G=25.82%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134799300.410.310.47344.7325.8241.76
Hex864F5D0291F2F1591a2a
Octal20611713505137575313252
Binary100001101001111101110101010011111110111110101100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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