#864D66

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

Shades of Cannon Pink #864D66

Tints of Cannon Pink #864D66

Color information

#864D66 (or 0x864D66) is unknown color: approx Cannon Pink. HEX triplet: 86, 4D and 66. RGB value is (134,77,102). Sum of RGB (Red+Green+Blue) = 134+77+102=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #864D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D66 is #79B299. Grayscale: #606060. Windows color (decimal): -7975578 or 6704518. OLE color: 6704518.

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

Color convert

RGB13477102-
CMYK00.430.240.47
HSL333.68º27.01%41.37%-
HSV(B)333.68º42.54%52.55%-
XYZ14.8811.3413.97-
YUV96.89130.88154.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=42.81%
G=24.60%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347710200.430.240.47333.6827.0141.37
Hex864D6602B182F14e1b29
Octal20611514605330575163351
Binary100001101001101110011001010111100010111110100111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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