#864D62

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

Shades of Cannon Pink #864D62

Tints of Cannon Pink #864D62

Color information

#864D62 (or 0x864D62) is unknown color: approx Cannon Pink. HEX triplet: 86, 4D and 62. RGB value is (134,77,98). Sum of RGB (Red+Green+Blue) = 134+77+98=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #864D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D62 is #79B29D. Grayscale: #606060. Windows color (decimal): -7975582 or 6442374. OLE color: 6442374.

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

Color convert

RGB1347798-
CMYK00.430.270.47
HSL337.89º27.01%41.37%-
HSV(B)337.89º42.54%52.55%-
XYZ14.6911.2612.95-
YUV96.44128.88154.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=43.37%
G=24.92%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134779800.430.270.47337.8927.0141.37
Hex864D6202B1B2F1521b29
Octal20611514205333575223351
Binary100001101001101110001001010111101110111110101001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,77,98); }

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

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

 a { background-color: rgb(134,77,98); }

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

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

 span { border-color: rgb(134,77,98); }

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